Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/Changelog.md b/Changelog.md
index 0cf7abc7..a7965031 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,22 +5,30 @@ All changes to phpredis will be documented in this file.
We're basing this format on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [5.2.0RC2] - 2020-02-17 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.0RC2), [PECL](https://pecl.php.net/package/redis/5.2.0RC2))
+## [5.2.0RC2] - 2020-02-21 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.0RC2), [PECL](https://pecl.php.net/package/redis/5.2.0RC2))
### Sponsors :sparkling_heart:
+- [Audiomack.com](https://audiomack.com)
- [Till Krüss](https://github.com/tillkruss)
-### Added
+### Fixed
- Include RedisSentinelTest.php in package.xml!
- [eddbfc8f](https://github.com/phpredis/phpredis/commits/eddbfc8f)
- ([Remi Collet](https://github.com/remicollet))
+ [eddbfc8f](https://github.com/phpredis/phpredis/commit/eddbfc8f)
+ ([Michel Grunder](https://github.com/michael-grunder))
-- Fix -Wmaybe-uninitialized warning ([Remi Collet])
+- Fix -Wmaybe-uninitialized warning
[740b8c87](https://github.com/phpredis/phpredis/commit/740b8c87)
([Remi Collet](https://github.com/remicollet))
+- Fix improper destructor when zipping values and scores
+ [371ae7ae](https://github.com/phpredis/phpredis/commit/371ae7ae)
+
+- Use php_rand instead of php_mt_rand for liveness challenge string
+ [9ef2ed89](https://github.com/phpredis/phpredis/commit/9ef2ed89)
+ ([Michael Grunder](https://github.com/michael-grunder))
+
## [5.2.0RC1] - 2020-02-15 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.2.0RC1), [PECL](https://pecl.php.net/package/redis/5.2.0RC1))
### Sponsors :sparkling_heart: