Skip to content

Commit

Permalink
Slight update to our what is new and downloads pages (opencor#1926).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 20, 2018
1 parent 02c6e42 commit 507781c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/downloads/index.js
Expand Up @@ -39,6 +39,7 @@ var jsonData = { "versions": [
"changes": [
{ "change": "<strong>General:</strong> upgraded to Qt 5.12.0 LTS (see issue <a href=\"https://github.com/opencor/opencor/issues/1910\">#1910</a>)." },
{ "change": "<strong>COMBINE support:</strong> now recognise files that have a master attribute of \"1\" rather than \"true\" (see issue <a href=\"https://github.com/opencor/opencor/issues/1912\">#1912</a>)." },
{ "change": "<strong>CellML Text view:</strong> improved Unicode support (see issue <a href=\"https://github.com/opencor/opencor/issues/1926\">#1926</a>)." },
{ "change": "<strong>Third-party libraries:</strong> upgraded <a href=\"http://www.llvm.org/\">LLVM</a>+<a href=\"http://clang.llvm.org/\">Clang</a> to version 7.0.1 (see issue <a href=\"https://github.com/opencor/opencor/issues/1917\">#1917</a>). Upgraded <a href=\"https://www.mesa3d.org/\">Mesa</a> to version 18.2.7 (see issue <a href=\"https://github.com/opencor/opencor/issues/1918\">#1918</a>). Upgraded the <a href=\"http://computation.llnl.gov/projects/sundials\">SUNDIALS</a> library to version 4.0.0 (see issue <a href=\"https://github.com/opencor/opencor/issues/1919\">#1919</a>)." }
]
},
Expand Down
9 changes: 9 additions & 0 deletions doc/whatIsNew.js
@@ -1,6 +1,15 @@
var jsonData = { "versions": [
{ "anchor": "latest", "description": "Latest snapshot", "day": 11, "month": 12, "year": 2018,
"categories": [
{ "name": "Editing",
"entries": [
{ "type": "subCategory", "name": "CellML Text view",
"entries": [
{ "type": "improved", "description": "Unicode support." }
]
}
]
},
{ "name": "Support",
"entries": [
{ "type": "subCategory", "name": "COMBINE support",
Expand Down

0 comments on commit 507781c

Please sign in to comment.