From 276292a42521d3838ddecdbfb31d01310f94e04a Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Thu, 28 Nov 2019 12:49:40 +1300 Subject: [PATCH] Slight update to our downloads page (#2218). --- 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 07cb6c4a63..01fbecd109 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -41,7 +41,7 @@ var jsonData = { "versions": [ { "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": "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)." }, - { "change": "Simulation Experiment view: properly handle the Graph Panel properties (see issue #2171). Make sure that curves are plotted with all of their original settings when reloading a SED-ML file (see issue #2176). Make sure that all of a solver's properties get saved to a SED-ML file (see issue #2185)." }, + { "change": "Simulation Experiment view: properly handle the Graph Panel properties (see issue #2171). Make sure that curves are plotted with all of their original settings when reloading a SED-ML file (see issue #2176). Make sure that all of a solver's properties get saved to a SED-ML file (see issue #2185). Don't access our central widget directly anymore (see issue #2218)." }, { "change": "Third-party libraries: upgraded the OpenSSL library to version 1.1.1d (see issue #2157). Upgraded LLVM+Clang to version 9.0.0 (see issue #2161). Upgraded the SUNDIALS library to version 5.0.0 (see issue #2198). Upgraded QScintilla to version 2.11.3 (see issue #2208). Upgraded Mesa to version 19.2.6 (see issue #2230)." } ] },