Skip to content

Commit

Permalink
Merge e2ab24a into 044ddcc
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Jul 20, 2018
2 parents 044ddcc + e2ab24a commit ebb2eba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/downloads/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var jsonData = { "versions": [
}
]
},
{ "major": 0, "minor": 0, "patch": 0, "day": 27, "month": 6, "year": 2018, "type": 2,
{ "major": 0, "minor": 0, "patch": 0, "day": 19, "month": 7, "year": 2018, "type": 2,
"platforms": [
{ "name": "Windows", "supported": "Windows 7 and later",
"files": [
Expand All @@ -37,6 +37,7 @@ var jsonData = { "versions": [
}
],
"changes": [
{ "change": "<strong>General:</strong> various minor GUI improvements here and there." },
{ "change": "<strong>Solvers:</strong> reference <a href=\"https://computation.llnl.gov/projects/sundials/cvode\">CVODE</a> rather than <a href=\"https://computation.llnl.gov/projects/sundials/cvodes\">CVODES</a> (see issue <a href=\"https://github.com/opencor/opencor/issues/1711\">#1711</a>)." },
{ "change": "<strong>CellML-based views:</strong> fixed an issue that prevented some views from showing a CellML file that cannot be fully instantiated (see issue <a href=\"https://github.com/opencor/opencor/issues/1725\">#1725</a>)." },
{ "change": "<strong>Simualtion Experiment view:</strong> fixed some issues with manually added graphs and graphs associated with another file (see issue <a href=\"https://github.com/opencor/opencor/issues/1716\">#1716</a>)." },
Expand Down
2 changes: 1 addition & 1 deletion doc/user/whatIsNew.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var jsonData = { "versions": [
{ "anchor": "latest", "description": "Latest snapshot", "day": 27, "month": 6, "year": 2018,
{ "anchor": "latest", "description": "Latest snapshot", "day": 19, "month": 7, "year": 2018,
"categories": [
{ "name": "General",
"entries": [
Expand Down

0 comments on commit ebb2eba

Please sign in to comment.