From c10e0616f325c77bccfb98e0730b0080ab412e7c Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Mon, 22 Jul 2019 19:08:55 +0200
Subject: [PATCH] changelog updated

---
 CHANGELOG | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/CHANGELOG b/CHANGELOG
index 0ab4fff7fe..4850063672 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,10 +1,15 @@
 minerva (14.0.0~alpha.0) unstable; urgency=low
+  * Feature: security layer redesigned - privilge types and scope changed 
+    (#636, #624)
   * Feature: log4j is replaced with log4j2 logging mechanism (#291)
   * Feature: database installed via debian package is done via dbconfig-commons
     (#469)
   * Feature: Replaced connection pool manager C3P0 with better maintained
     Hikari (#564)
   * Feature removal: BioCompendium annotator removed (#32)
+  * Small improvement: anonymous login is no longer required - each API query 
+    outside session is authorized with anonymous user privileges (#629)
+  * Small improvement: bcrypt is used for password encryption (#387)
   * Small improvement: caching is active by default for new users when
     uploading project (#202)
   * Small improvement: when removing overlay in admin panel there is a
-- 
GitLab