diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-09-06 01:27:09 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-09-06 01:27:09 +0300 |
commit | 7c9bf3ce0f423a5b4b82a9e1d5ad9e7c39ecbfec (patch) | |
tree | ed06a13ddf94a21e9e7ca17ce334de7f1db0f2f0 | |
parent | 6cbd4cabc716c755e547abb798f657fe5476ed04 (diff) | |
download | wekan-7c9bf3ce0f423a5b4b82a9e1d5ad9e7c39ecbfec.tar.gz wekan-7c9bf3ce0f423a5b4b82a9e1d5ad9e7c39ecbfec.tar.bz2 wekan-7c9bf3ce0f423a5b4b82a9e1d5ad9e7c39ecbfec.zip |
Update ChangeLog.
-rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a93a6379..1353518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- LDAP: [Fix USERDN example, when parameters contain spaces](https://github.com/wekan/wekan/commit/6cbd4cabc716c755e547abb798f657fe5476ed04). + LDAP_AUTHENTIFICATION_USERDN="CN=ldap admin,CN=users,DC=domainmatter,DC=lan" . + Thanks to compumatter. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v3.36 2019-09-05 Wekan release This release adds the following new features: |