adding tags to changelog entries

This commit is contained in:
kakwa 2015-10-28 23:21:44 +01:00
parent 396f5c2b65
commit 7d18934a85
1 changed files with 14 additions and 14 deletions

View File

@ -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