Skip to content

Commit

Permalink
Slight updates to our downloads and what is new pages (#2285).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Feb 14, 2020
1 parent 0e2319f commit a3edca5
Show file tree
Hide file tree
Showing 2 changed files with 3 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>Graph Panel widget:</strong> fixed a small problem that resulted in the legend being misplaced when exporting a graph panel (see issue <a href=\"https://github.com/opencor/opencor/issues/2297\">#2297</a>)." },
{ "change": "<strong>CellML support:</strong> improved the generation of runtime (see issue <a href=\"https://github.com/opencor/opencor/issues/2285\">#2285</a>)." },
{ "change": "<strong>CellML Text view:</strong> greatly reduced the time and memory required to do syntax highlighting (see issue <a href=\"https://github.com/opencor/opencor/issues/2284\">#2284</a>)." },
{ "change": "<strong>Simulation support:</strong> fixed a small problem with not being able to reset a simulation that generates NANs (see issue <a href=\"https://github.com/opencor/opencor/issues/2299\">#2299</a>)." },
]
Expand Down
3 changes: 2 additions & 1 deletion doc/whatIsNew.js
Expand Up @@ -61,7 +61,8 @@ var jsonData = { "versions": [
"entries": [
{ "type": "subCategory", "name": "CellML support",
"entries": [
{ "type": "improved", "description": "Loading of <a href=\"https://cellml.org/\">CellML</a> files." }
{ "type": "improved", "description": "Loading of <a href=\"https://cellml.org/\">CellML</a> files." },
{ "type": "improved", "description": "Generation of the runtime." }
]
},
{ "type": "subCategory", "name": "COMBINE support",
Expand Down

0 comments on commit a3edca5

Please sign in to comment.