diff options
author | laixintao <laixintaoo@gmail.com> | 2024-02-16 18:15:40 +0800 |
---|---|---|
committer | laixintao <laixintaoo@gmail.com> | 2024-02-16 18:15:40 +0800 |
commit | 33734b3049b0bb8607f2de4fa1ba98eef3e5a565 (patch) | |
tree | 3e2cf0196b1b5244224f9cc0c111cb17d9b39111 | |
parent | ea929f88f39216684f11f04a1b05367159ce9c32 (diff) |
update changelog
-rw-r--r-- | CHANGELOG.md | 5 |
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]) |