diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-08-12 21:39:29 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-08-12 21:39:29 +0300 |
commit | 7ea091215970283b510791e21144c2c3b11a5e99 (patch) | |
tree | a2d91db44543ca61b1314961a638ec44c71cca5d | |
parent | 6d47c2e568e843212669e783a61b78fc63e030e2 (diff) | |
download | wekan-7ea091215970283b510791e21144c2c3b11a5e99.tar.gz wekan-7ea091215970283b510791e21144c2c3b11a5e99.tar.bz2 wekan-7ea091215970283b510791e21144c2c3b11a5e99.zip |
- [Fix scrollHeight error when the sidebar is not visible](https://github.com/wekan/wekan/pull/2609).
Thanks to Trekky12.
- [Fix insert action for CustomFields API](https://github.com/wekan/wekan/pull/2610).
Thanks to JimCircadian. Closes #2586
-rw-r--r-- | CHANGELOG.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 264f860e..3284f0df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# Upcoming Wekan release + +This release fixes the following bugs: + +- [Fix scrollHeight error when the sidebar is not visible](https://github.com/wekan/wekan/pull/2609). + Thanks to Trekky12. +- [Fix insert action for CustomFields API](https://github.com/wekan/wekan/pull/2610). + Thanks to JimCircadian. + +Thanks to above GitHub users for their contributions and translators for their translations. + # v3.15 2019-08-11 Wekan release This release fixes the following bugs: |