summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:32:05 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-02-20 09:32:05 +0000
commit8e34d9e75f42158fd0553a1583a38c64c373151c (patch)
tree97210524cb84512c477421e1950f2c6f7e1a3089 /CHANGELOG.md
parentAdding upstream version 1.14.0. (diff)
downloadiredis-upstream/1.14.1.tar.xz
iredis-upstream/1.14.1.zip
Adding upstream version 1.14.1.upstream/1.14.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c98e9f2..7ee0f7d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
## UPCOMING
+### 1.14.1
+
+- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
+ and `n` and `bar`, the `\` and `n` should be one character `\n` instead.
+
## 1.14
- Dependency: upgrade redis-py to 5 (thanks to [chayim])