parent
4cabf312c7
commit
e672b3befa
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -2,6 +2,18 @@ MONARC Changelog
|
|||
================
|
||||
|
||||
|
||||
## 2.7.4 (2018-11-27)
|
||||
|
||||
### Fix
|
||||
|
||||
- Fixed risk target calculation [199db6c](https://github.com/monarc-project/zm-core/commit/199db6c1a59fe6cfead19bcc63d99c0b52f711aa);
|
||||
- Fixed a typo in SoaCategorySuperClass [ea72881](https://github.com/monarc-project/zm-core/commit/ea72881d6a99acb0b658d7cb17d02a9338da5116);
|
||||
- Fixed an issue when operational raw risks are hidden before an import [f382c91](https://github.com/monarc-project/zm-client/commit/f382c91fe624ea12d0c5b67c897879c359f09dd8);
|
||||
- Fixed some minor issues in the views [cbbd94e](https://github.com/monarc-project/ng-anr/commit/cbbd94e7a019e7fa7dd8acf11334e9d4290166a7);
|
||||
- Fixed several bugs in the reports generation (in the PHPWord library) caused
|
||||
by special characters.
|
||||
|
||||
|
||||
## 2.7.3 (2018-10-25)
|
||||
|
||||
### Enhancement
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"major":2, "minor":7, "hotfix":3}
|
||||
{"major":2, "minor":7, "hotfix":4}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "MONARC",
|
||||
"version": "2.7.3",
|
||||
"version": "2.7.4",
|
||||
"description": "MONARC Frontoffice App",
|
||||
"private": true,
|
||||
"repository": {
|
||||
|
|
Loading…
Reference in New Issue