summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-28 18:30:31 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-12-28 18:30:31 +0000
commitec8301570add3f8582e96d7f9aaed87e14154cca (patch)
treed71bf3f64b9d2342e5b7513e1ac5781e323972f6 /CHANGELOG.md
parentReleasing debian version 1.9.4-2. (diff)
downloadiredis-ec8301570add3f8582e96d7f9aaed87e14154cca.tar.xz
iredis-ec8301570add3f8582e96d7f9aaed87e14154cca.zip
Merging upstream version 1.10.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
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