diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-02-28 00:44:13 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-02-28 00:44:13 +0200 |
commit | cd46cbeb8fb4a6a90ccba2fda534e203fb54ccaf (patch) | |
tree | 045427f918bad7e6cf6fc698125b1ba5b21d73db /CHANGELOG.md | |
parent | 888e1ad5d3e32be53283aa32198057f669f3d706 (diff) | |
download | wekan-cd46cbeb8fb4a6a90ccba2fda534e203fb54ccaf.tar.gz wekan-cd46cbeb8fb4a6a90ccba2fda534e203fb54ccaf.tar.bz2 wekan-cd46cbeb8fb4a6a90ccba2fda534e203fb54ccaf.zip |
Add new [Template features](https://github.com/wekan/wekan/issues/2209):
- [Fix popup title. Add element title modification](https://github.com/wekan/wekan/commit/888e1ad5d3e32be53283aa32198057f669f3d706);
- [Copy template attachments](https://github.com/wekan/wekan/commit/abb71083215462d91b084c4de13af0b130638e4d);
- [Standarize copy functions. Match labels by name](https://github.com/wekan/wekan/commit/da21a2a410c9b905de89d66236748e0c8f5357ea).
Thanks to andresmanelli !
Related #2209
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f87199c1..0cc0a5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Upcoming Wekan release + +This release adds the following new [Template features](https://github.com/wekan/wekan/issues/2209), thanks to GitHub user andresmanelli: + +- [Fix popup title. Add element title modification](https://github.com/wekan/wekan/commit/888e1ad5d3e32be53283aa32198057f669f3d706); +- [Copy template attachments](https://github.com/wekan/wekan/commit/abb71083215462d91b084c4de13af0b130638e4d); +- [Standarize copy functions. Match labels by name](https://github.com/wekan/wekan/commit/da21a2a410c9b905de89d66236748e0c8f5357ea). + # v2.29 2019-02-27 Wekan release This release adds the following new features: |