From 60495e713dd74bcb7c1e50617dde967a5c5b536e Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Tue, 3 Dec 2019 09:16:15 +1300 Subject: [PATCH] Slight update to our downloads page (#2245). --- doc/downloads/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 40bbe18d31..29b382cedd 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -38,7 +38,7 @@ var jsonData = { "versions": [ ], "changes": [ { "change": "General: added (initial) support for Python (see issue #1255). Replaced our use of PackageMaker with that of productbuild on macOS (see issue #2210)." }, - { "change": "Python support: now update the environment variable PATH using \\ rather than / on Windows (see issue #2219). Merged our duplicated code (see issue #2225)." }, + { "change": "Python support: now update the environment variable PATH using \\ rather than / on Windows (see issue #2219). Merged our duplicated code (see issue #2225). Don't make our JupyterKernel and PythonShell plugins selectable (see issue #2245)." }, { "change": "CellML support: fixed an issue with the CellML API wrongly allowing code generation for non-runnable models (see issue #2240)." }, { "change": "SED-ML support: added support left and right triangle symbols (see issue #2173)." }, { "change": "Simulation support: don't require all our solvers to be installed anymore (see issue #2234)." },