From a92dd4d563d37532d73ea903cec526beade9fa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Fri, 17 Nov 2017 15:06:56 +0100 Subject: [PATCH] Updated CHANGELOG according to the recent changes. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a32412b..613bd3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ MONARC Changelog ================ +## 2.1.0 (not yet released) + +### Enhancement + +- cleaning of the initial database structure. +- split database model and data. +- simplify the panel to create new MONARC clients. +- improved the table of MONARC clients of the administration panel. +- removed all useless column of the 'clients' table. +- removed cities and countries tables in the database. +- added a condition to hide/show probability field on Threats assessment. + +### Fix + +- minor fixes in the forms of the user profile page. +- minor translations fixes. + ## 2.0.4 (2017-10-27)