parent
1c360b0005
commit
ee52303e45
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,7 +1,22 @@
|
||||||
MONARC Changelog
|
MONARC Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
## 2.4.0 ()
|
## 2.4.1 (2018-05-30)
|
||||||
|
|
||||||
|
### Enhancement
|
||||||
|
|
||||||
|
- the dashboard has been improved with more interactive graphs;
|
||||||
|
- the dashboard view is now part of the analysis. The home page of MONARC
|
||||||
|
simply lists the projects.
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Removal of a recommendation on same risk of different asset of the same type
|
||||||
|
(#92);
|
||||||
|
- Order of operational risks (#88).
|
||||||
|
|
||||||
|
|
||||||
|
## 2.4.0 (2018-05-14)
|
||||||
|
|
||||||
### New
|
### New
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"major":2, "minor":4, "hotfix":0}
|
{"major":2, "minor":4, "hotfix":1}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "2.4.0",
|
"version": "2.4.1",
|
||||||
"description": "MONARC Frontoffice App",
|
"description": "MONARC Frontoffice App",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue