Update CHANGELOG.md

This commit is contained in:
michael-grunder
2025-10-09 11:41:11 -07:00
committed by Michael Grunder
parent 0abe2c295e
commit 675be9904d
2 changed files with 4 additions and 0 deletions
+3
View File
@@ -22,6 +22,9 @@ This release introduces support for dozens of new commands, including hash field
## Fixed
- Fix possible hash field name truncation
[834d2b37](https://github.com/phpredis/phpredis/commit/834d2b37)
([michael-grunder](https://github.com/michael-grunder))
- Fix a possible segfault during failover
[5ebb853e](https://github.com/phpredis/phpredis/commit/5ebb853e)
([rlerdorf](https://github.com/rlerdorf))
+1
View File
@@ -40,6 +40,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
Fixed:
Fix possible hash field name truncation [834d2b37] (Michael Grunder)
Fix a possible segfault during failover [5ebb853e] (rlerdorf)
Fix an overflow bug in ZADD on Windows [35df8ad7] (Michael Grunder)
Fix errors and a warning [b8de91c9] (Michael Grunder)