From 7d18934a85bead61dcec8a115541b647ceba5528 Mon Sep 17 00:00:00 2001 From: kakwa Date: Wed, 28 Oct 2015 23:21:44 +0100 Subject: [PATCH] adding tags to changelog entries --- ChangeLog.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 313c4c8..ac58c72 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,25 +1,25 @@ Dev *** -* add visual notifications after actions -* code reorganization -* better unit tests on the demo backend -* better unit tests on authentication +* [feat] add visual notifications after actions +* [impr] code reorganization +* [impr] better unit tests on the demo backend +* [impr] better unit tests on authentication Version 0.1.0 ************* -* add demo backend -* add custom javascript hook -* add documentation for backends -* add the Active Directory backend -* add display name parameter for backends -* fix many encoding error in LDAP backend -* fix dn renaming of an entry in LDAP backend -* turn-off configuration monitoring -* better exception handling and debugging logs +* [feat] add demo backend +* [feat] add custom javascript hook +* [feat] add documentation for backends +* [feat] add the Active Directory backend +* [feat] add display name parameter for backends +* [fix ] fix many encoding error in LDAP backend +* [fix ] fix dn renaming of an entry in LDAP backend +* [impr] turn-off configuration monitoring +* [impr] better exception handling and debugging logs Version 0.0.1 ************* -* first release +* [misc] first release