From eed1aa9dfe8b792da1193ab683699f66b08c990a Mon Sep 17 00:00:00 2001 From: laixintao Date: Sun, 26 Jun 2022 00:52:16 +0800 Subject: [PATCH] ready for 1.12! --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c6014e..14206082 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.