1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-12 05:39:52 +02:00

adding tags to changelog entries

This commit is contained in:
kakwa 2015-10-28 23:21:44 +01:00
parent 396f5c2b65
commit 7d18934a85

View File

@ -1,25 +1,25 @@
Dev Dev
*** ***
* add visual notifications after actions * [feat] add visual notifications after actions
* code reorganization * [impr] code reorganization
* better unit tests on the demo backend * [impr] better unit tests on the demo backend
* better unit tests on authentication * [impr] better unit tests on authentication
Version 0.1.0 Version 0.1.0
************* *************
* add demo backend * [feat] add demo backend
* add custom javascript hook * [feat] add custom javascript hook
* add documentation for backends * [feat] add documentation for backends
* add the Active Directory backend * [feat] add the Active Directory backend
* add display name parameter for backends * [feat] add display name parameter for backends
* fix many encoding error in LDAP backend * [fix ] fix many encoding error in LDAP backend
* fix dn renaming of an entry in LDAP backend * [fix ] fix dn renaming of an entry in LDAP backend
* turn-off configuration monitoring * [impr] turn-off configuration monitoring
* better exception handling and debugging logs * [impr] better exception handling and debugging logs
Version 0.0.1 Version 0.0.1
************* *************
* first release * [misc] first release