mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Update CHANGELOG.md and package.xml
This commit is contained in:
@@ -28,6 +28,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))
|
||||
|
||||
@@ -42,6 +42,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
||||
|
||||
Fix possible hash field name truncation [834d2b37] (Michael Grunder)
|
||||
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