mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Update CHANGELOG.md and package.xml
This commit is contained in:
@@ -25,6 +25,10 @@ This release introduces support for dozens of new commands, including hash field
|
||||
- Fix a possible segfault during failover
|
||||
[5ebb853e](https://github.com/phpredis/phpredis/commit/5ebb853e)
|
||||
([rlerdorf](https://github.com/rlerdorf))
|
||||
- Bump version and fix XGROUP test
|
||||
[f5db01b7](https://github.com/phpredis/phpredis/commit/f5db01b7),
|
||||
[4517d5f9](https://github.com/phpredis/phpredis/commit/4517d5f9)
|
||||
([remicollet](https://github.com/remicollet))
|
||||
- Fix an overflow bug in ZADD on Windows
|
||||
[35df8ad7](https://github.com/phpredis/phpredis/commit/35df8ad7c2fc54fbf2a58d486cce49e712344bb2)
|
||||
([michael-grunder](https://github.com/michael-grunder))
|
||||
|
||||
@@ -41,6 +41,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
Fixed:
|
||||
|
||||
Fix a possible segfault during failover [5ebb853e] (rlerdorf)
|
||||
Bump version and fix XGROUP test [f5db01b7, 4517d5f9] remicollet
|
||||
Fix an overflow bug in ZADD on Windows [35df8ad7] (Michael Grunder)
|
||||
Fix errors and a warning [b8de91c9] (Michael Grunder)
|
||||
Fix `RedisCluster` segfault [f61e8cd7] (Michael Grunder)
|
||||
|
||||
Reference in New Issue
Block a user