summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2022-06-26 00:52:16 +0800
committerlaixintao <laixintaoo@gmail.com>2022-06-26 00:52:16 +0800
commiteed1aa9dfe8b792da1193ab683699f66b08c990a (patch)
tree055a5f4f01a84649574a494e2a43d67fafc0907a
parent0572803d57af2450aae64b61910768c22b8dc9a1 (diff)
ready for 1.12!
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21c6014..1420608 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,4 @@
-## UPCOMING
+## 1.12
- Feature: `CLIENT KILL` now support `LADDR` argument.
- Feature: `CLIENT LIST` now support `ID` argument.
@@ -19,7 +19,7 @@
- Deprecate: `GEORADIUS` is deprecated, no auto-complete for this command anymore.
- Deprecate: `GEORADIUSBYMEMBER` is deprecated, no auto-complete for this command anymore.
-## 1.11.1
+### 1.11.1
- Bugfix: Switch `distutils.version` to `packaging.version` to fix the version parse
for windows. (new dependency: pypi's python-packaging.