diff options
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 14aa9aa..84687be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,13 @@ `MEMORY HELP`. - Feature: you can use <kbd>Ctrl</kbd> + <kbd>C</kbd> to cancel a blocking command like `BLPOP`. +- Test: IRedis now tested under ubuntu-latest (before is ubuntu-16.04) +- Dependency: Support Python 3.10 now, thanks to [tssujt]. ### 1.9.4 -- Bugfix: respect newbie_mode set in config, if cli flag is missing. thanks to [sid-maddy] +- Bugfix: respect newbie_mode set in config, if cli flag is missing. thanks to + [sid-maddy] ### 1.9.3 @@ -241,3 +244,4 @@ [otms61]: https://github.com/otms61 [hanaasagi]: https://github.com/Hanaasagi [sid-maddy]: https://github.com/sid-maddy +[tssujt]: https://github.com/tssujt |