parent
59fd142251
commit
8c02ffeece
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
||||||
MONARC Changelog
|
MONARC Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
## 2.4.0 (2018-05-14)
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
- the dashboard of MONARC has been entirely revamped and is now using D3.js.
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- restart from an existing analysis (#87).
|
||||||
|
|
||||||
|
|
||||||
## 2.3.0 (2018-04-27)
|
## 2.3.0 (2018-04-27)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"major":2, "minor":3, "hotfix":0}
|
{"major":2, "minor":4, "hotfix":0}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "2.3.0",
|
"version": "2.4.0",
|
||||||
"description": "MONARC Frontoffice App",
|
"description": "MONARC Frontoffice App",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue