summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-04 00:01:05 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-04 00:01:05 +0300
commitc997786e6435a7e5728eab32c0e24bd458db75ae (patch)
treec1cec5392e3932e9c7f8e4cd4c073417b239f501 /CHANGELOG.md
parentdd324aa581bed7ea31f20968c6b596f373e7054f (diff)
downloadwekan-c997786e6435a7e5728eab32c0e24bd458db75ae.tar.gz
wekan-c997786e6435a7e5728eab32c0e24bd458db75ae.tar.bz2
wekan-c997786e6435a7e5728eab32c0e24bd458db75ae.zip
- Fix lint warning: EditCardDate is assigned a value but never used no-unused-vars
Thanks to xet7 !
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0fac4a69..b23eb958 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,9 +2,11 @@
This release fixes the following bugs:
-* [Fix warning about missing space in jade file](https://github.com/wekan/wekan/commit/067aef9de948ef0cb6037d52602100b00d214706);
-* [Revert "[Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714)", so that [initials are again
- visible](https://github.com/wekan/wekan/commit/122a61b3333fb77c0f08bbdc6fe0d3c2f6db97df).
+- [Fix warning about missing space in jade file](https://github.com/wekan/wekan/commit/067aef9de948ef0cb6037d52602100b00d214706);
+- Revert [Fix vertical align of user avatar initials](https://github.com/wekan/wekan/pull/1714), so that [initials are again
+ visible](https://github.com/wekan/wekan/commit/122a61b3333fb77c0f08bbdc6fe0d3c2f6db97df);
+- Fix lint warning: [EditCardDate is assigned a value but never used
+ no-unused-vars](https://github.com/wekan/wekan/commit/dd324aa581bed7ea31f20968c6b596f373e7054f).
Thanks to GitHub users pravdomil and xet7 for their contributions.