Update changelog to include the fix for #2030

This commit is contained in:
michael-grunder
2021-11-15 12:47:19 -08:00
parent 692e4e8474
commit 5efdddf09b
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -22,6 +22,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Fixed
- Fixed segfault in redis_setoption_handler
[#2030](https://github.com/phpredis/phpredis/issues/2030)
[692e4e84](https://github.com/phpredis/phpredis/commit/692e4e84)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko))
- Fix masters array in the event of a cluster failover
[bce692962](https://github.com/phpredis/phpredis/commit/bce692962)
[#2025](https://github.com/phpredis/phpredis/pull/2025)
+1
View File
@@ -59,6 +59,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
---
* Fixed segfault in redis_setoption_handler [692e4e84] (Pavlo Yatsukhnenko)
* Fix masters array in the event of a cluster failover [bce692962] (Bar Shaul)
* Fix 32 bit type error [672dec87f] (Remi Collet)
* Fix radix character in certain locales [89a871e24] (Pavlo Yatsukhnenko)