updated changelog
parent
930c8a1f25
commit
935aec45dd
19
CHANGELOG.md
19
CHANGELOG.md
|
@ -1,6 +1,23 @@
|
||||||
MONARC Changelog
|
MONARC Changelog
|
||||||
================
|
================
|
||||||
|
|
||||||
|
## 2.9.0 (2019-08-23)
|
||||||
|
|
||||||
|
### New
|
||||||
|
|
||||||
|
- each analysis can now integrate a record of processing activities in order
|
||||||
|
to help you in your GDPR compliance efforts;
|
||||||
|
- it is now possible to create and manage set of recommendations via the
|
||||||
|
knowledge base of a risk analysis. Like for the security referentials MOSP can
|
||||||
|
now be used in order to
|
||||||
|
[share recommendations](https://objects.monarc.lu/schema/17).
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- Monarc 2.8.3 - nvalid datetime format: 1292 [#179](https://github.com/monarc-project/MonarcAppFO/issues/179)
|
||||||
|
- various minor fixes.
|
||||||
|
|
||||||
|
|
||||||
## 2.8.3 (2019-07-26)
|
## 2.8.3 (2019-07-26)
|
||||||
|
|
||||||
### Enhancement
|
### Enhancement
|
||||||
|
@ -13,7 +30,7 @@ MONARC Changelog
|
||||||
|
|
||||||
- SOA is not imported [#166](https://github.com/monarc-project/MonarcAppFO/issues/166)
|
- SOA is not imported [#166](https://github.com/monarc-project/MonarcAppFO/issues/166)
|
||||||
- Drag & drop in risk treatment plan fails after 1 change [#167](https://github.com/monarc-project/MonarcAppFO/issues/166)
|
- Drag & drop in risk treatment plan fails after 1 change [#167](https://github.com/monarc-project/MonarcAppFO/issues/166)
|
||||||
- Underscore "_" is not considered as a special character in password reset [#169](https://github.com/monarc-project/MonarcAppFO/issues/169)
|
- Underscore "\_" is not considered as a special character in password reset [#169](https://github.com/monarc-project/MonarcAppFO/issues/169)
|
||||||
- Error when duplicating object [#171](https://github.com/monarc-project/MonarcAppFO/issues/171)
|
- Error when duplicating object [#171](https://github.com/monarc-project/MonarcAppFO/issues/171)
|
||||||
- Add objects in model/anr from common DB [#172](https://github.com/monarc-project/MonarcAppFO/issues/172)
|
- Add objects in model/anr from common DB [#172](https://github.com/monarc-project/MonarcAppFO/issues/172)
|
||||||
- Composed objects in the library->position [#174](https://github.com/monarc-project/MonarcAppFO/issues/174)
|
- Composed objects in the library->position [#174](https://github.com/monarc-project/MonarcAppFO/issues/174)
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"major":2, "minor":8, "hotfix":3}
|
{"major":2, "minor":9, "hotfix":0}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "MONARC",
|
"name": "MONARC",
|
||||||
"version": "2.8.3",
|
"version": "2.9.0",
|
||||||
"description": "MONARC Frontoffice App",
|
"description": "MONARC Frontoffice App",
|
||||||
"private": true,
|
"private": true,
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
Loading…
Reference in New Issue