diff --git a/ChangeLog.rst b/ChangeLog.rst new file mode 100644 index 0000000..f9d2ff8 --- /dev/null +++ b/ChangeLog.rst @@ -0,0 +1,14 @@ +Dev +*** + +* fix many encoding error in LDAP backend +* fix dn renaming of an entry in LDAP backend +* implement the Active Directory backend +* add display name paramter for backends +* turn-off configuration monitoring +* better exception handling and debugging logs + +Version 0.0.1 +************* + +* first release diff --git a/docs/changelog.rst b/docs/changelog.rst index 42e7b65..708c249 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,7 +1,5 @@ Changelog ========= -Version 0.0.1 -************* +.. include:: ../ChangeLog.rst -* first release