Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Slight updates to our Downloads and What is new pages.
  • Loading branch information
agarny committed Sep 7, 2017
1 parent d9357fe commit acec0a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/downloads/index.js
Expand Up @@ -38,6 +38,7 @@ var jsonData = { "versions": [
],
"changes": [
{ "change": "<strong>General:</strong> use <a href=\"https://www.docker.com/\">Docker</a> with <a href=\"https://en.wikipedia.org/wiki/Ubuntu_(operating_system)\">Ubuntu</a> 16.04 LTS on <a href=\"https://travis-ci.org/\">Travis CI</a> (see issue <a href=\"https://github.com/opencor/opencor/issues/1395\">#1395</a>)." },
{ "change": "<strong>Graph Panel widget:</strong> fixed and improved the synchronisation of axes." },
{ "change": "<strong>Solvers:</strong> reference <a href=\"https://computation.llnl.gov/projects/sundials/cvodes\">CVODES</a>/<a href=\"https://computation.llnl.gov/projects/sundials/idas\">IDAS</a> rather than <a href=\"https://computation.llnl.gov/projects/sundials/cvode\">CVODE</a>/<a href=\"https://computation.llnl.gov/projects/sundials/ida\">IDA</a> (see issue <a href=\"https://github.com/opencor/opencor/issues/1405\">#1405</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"https://khan.github.io/KaTeX/\">KaTeX</a> to version 0.8.3 (see issue <a href=\"https://github.com/opencor/opencor/issues/1401\">#1401</a>)." }
]
Expand Down
4 changes: 3 additions & 1 deletion doc/user/whatIsNew.js
Expand Up @@ -70,7 +70,9 @@ var jsonData = { "versions": [
"entries": [
{ "type": "subCategory", "name": "Simulation Experiment view (formerly known as the Single Cell view)",
"entries": [
{ "type": "Improved", "description": "Running of long simulations." }
{ "type": "Improved", "description": "Running of long simulations." },
{ "type": "Improved", "description": "Synchronisation of the X and/or Y axes of all the graph panels." },
{ "type": "Fixed", "description": "Synchronisation of the X and/or Y axes of all the graph panels." },
]
}
]
Expand Down

0 comments on commit acec0a1

Please sign in to comment.