diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-11-20 12:19:05 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-11-20 12:19:05 +0200 |
commit | cc64ef903f148a72812c2bb23cc359ad8958ee51 (patch) | |
tree | 73717def1812eacbd7cae3aa0698655694e4cb60 /CHANGELOG.md | |
parent | 8e3f53021775069dba125efd4b7200d0d70a1ed1 (diff) | |
download | wekan-cc64ef903f148a72812c2bb23cc359ad8958ee51.tar.gz wekan-cc64ef903f148a72812c2bb23cc359ad8958ee51.tar.bz2 wekan-cc64ef903f148a72812c2bb23cc359ad8958ee51.zip |
- Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10) to
[configs](https://github.com/wekan/wekan/commit/8e3f53021775069dba125efd4b7200d0d70a1ed1)
and other options that were not in all config files. Thanks to alkemyst and xet7.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a2b71b..bca685e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Upcoming Wekan release -This release fixes the following bugs: +This release adds the following new features: + +- Add [LDAP_FULLNAME_FIELD](https://github.com/wekan/wekan-ldap/issues/10) to + [configs](https://github.com/wekan/wekan/commit/8e3f53021775069dba125efd4b7200d0d70a1ed1) + and other options that were not in all config files. Thanks to alkemyst and xet7. + +and fixes the following bugs: - Fix: When saving Custom Layout, save also SMTP settings. Thanks to xet7. |