summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2024-02-16 18:15:40 +0800
committerlaixintao <laixintaoo@gmail.com>2024-02-16 18:15:40 +0800
commit33734b3049b0bb8607f2de4fa1ba98eef3e5a565 (patch)
tree3e2cf0196b1b5244224f9cc0c111cb17d9b39111
parentea929f88f39216684f11f04a1b05367159ce9c32 (diff)
update changelog
-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])