Update CHANGELOG.md and package.xml

This commit is contained in:
michael-grunder
2025-10-03 06:09:09 -07:00
parent 2f2d81149d
commit 4698678ff8
2 changed files with 5 additions and 0 deletions

View File

@@ -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))

View File

@@ -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)