mirror of
https://github.com/phpredis/phpredis.git
synced 2026-06-19 07:35:31 +00:00
Update CHANGELOG.md
This commit is contained in:
committed by
Michael Grunder
parent
0abe2c295e
commit
675be9904d
@@ -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))
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user