From 112d01fcc01d796e4b1457bcf7b878fae5153eef Mon Sep 17 00:00:00 2001 From: Alan Garny Date: Tue, 26 Sep 2017 13:39:44 +0200 Subject: [PATCH] Slight update to our downloads and what is new pages (#1123). --- doc/downloads/index.js | 1 + doc/user/whatIsNew.js | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/downloads/index.js b/doc/downloads/index.js index 9a901cb06d..2a211a70d9 100644 --- a/doc/downloads/index.js +++ b/doc/downloads/index.js @@ -37,6 +37,7 @@ var jsonData = { "versions": [ } ], "changes": [ + { "change": "Graph Panel widget: can now export a graph panel to various formats (e.g. PDF, PNG, SVG) (see issue #1123)." }, { "change": "SimulationExperiment view: added support for the alpha channel in the colours used to customise a graph." } ] }, diff --git a/doc/user/whatIsNew.js b/doc/user/whatIsNew.js index 7c1911987f..33488e9f91 100644 --- a/doc/user/whatIsNew.js +++ b/doc/user/whatIsNew.js @@ -77,6 +77,7 @@ var jsonData = { "versions": [ "entries": [ { "type": "Added", "description": "Support for log scales." }, { "type": "Added", "description": "Ability to customise a graph." }, + { "type": "Added", "description": "Export a graph panel to various formats (e.g. PDF, PNG, SVG)." }, { "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." },