From 5e56a193de1eaa4206abe6895f128400457733a3 Mon Sep 17 00:00:00 2001 From: Daniel M Date: Tue, 14 Feb 2023 09:45:09 -0500 Subject: [PATCH] Update documentation --- docs/about/changelog.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 6a99667a..70e11a73 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -3,11 +3,14 @@ ### 🚀 Features - Implement `XTRIM` - Add support for `MAXLEN`, `MAXID`, `LIMIT` arguments for `XADD` command -- Add support for `ZRANGE` arguments for `ZRANGE` command +- Add support for `ZRANGE` arguments for `ZRANGE` command [#127](https://github.com/cunla/fakeredis-py/issues/127) + +### 🧰 Maintenance +- Relax python version requirement #128 ## v2.8.0 ### 🚀 Features -- Support for redis-py 4.5.0 [#124](https://github.com/cunla/fakeredis-py/issues/124) +- Support for redis-py 4.5.0 [#125](https://github.com/cunla/fakeredis-py/issues/125) ### 🐛 Bug Fixes - Fix import error for redis-py v3+ [#121](https://github.com/cunla/fakeredis-py/issues/121)