summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-06-14 23:55:55 +0300
committerLauri Ojansivu <x@xet7.org>2018-06-14 23:55:55 +0300
commitdfbcca2a2d6701adeb13dc991394637e712915ad (patch)
treec55a0afcb08dab6154359c266fc94bb9e0fa16f2 /CHANGELOG.md
parent73c6c07c4718b08fee59ae8936df3a2d2e70e37f (diff)
downloadwekan-dfbcca2a2d6701adeb13dc991394637e712915ad.tar.gz
wekan-dfbcca2a2d6701adeb13dc991394637e712915ad.tar.bz2
wekan-dfbcca2a2d6701adeb13dc991394637e712915ad.zip
Try to fix broken markdown of \ character.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e334befc..198ff639 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@ This release adds the following new features:
* [Regex for Advanced filter. It aims to solve search in bigger text fields, and using wildcards.
A change to translations was made for adding info about regex and escaping characters
- with \](https://github.com/wekan/wekan/pull/1702).
+ with \\](https://github.com/wekan/wekan/pull/1702).
Thanks to GitHub users feuerball11 and xet7 for their contributions.