Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-21 08:44:19 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-21 08:44:19 +0300
commit8739fa5fa8c3c00fbcdf759dd42e8f0c7d46c66f (patch)
tree8e10b19c617b25e0c2949c970a1643b79e52fcb8 /Changelog.md
parent4ab1f940d8da38f78a9cd92b27cabc5230e9bac2 (diff)
Update changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 99587567..1e2c5605 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -13,6 +13,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
This requires libzstd version >= 1.3.0
[2abc61da](https://github.com/phpredis/phpredis/commit/2abc61da)
([Remi Collet](https://github.com/remicollet))
+- Add documentation for zpopmin and zpopmax
+ [99ec24b3](https://github.com/phpredis/phpredis/commit/99ec24b3),
+ [4ab1f940](https://github.com/phpredis/phpredis/commit/4ab1f940)
+ ([alexander-schranz](https://github.com/alexander-schranz))
### Changed
@@ -56,6 +60,15 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Fix bug with password contain "#" for redis_session
[2bb08680](https://github.com/phpredis/phpredis/commit/2bb08680)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
+- Missing null byte in PHP_MINFO_FUNCTION
+ [8bc2240c](https://github.com/phpredis/phpredis/commit/8bc2240c)
+ ([Remi Collet](https://github.com/remicollet))
+
+### Removed
+
+- Dead code generic_unsubscribe_cmd
+ [8ee4abbc](https://github.com/phpredis/phpredis/commit/8ee4abbc)
+ ([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
---