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:
authorPavlo Yatsukhnenko <yatsukhnenko@users.noreply.github.com>2019-07-29 18:32:46 +0300
committerGitHub <noreply@github.com>2019-07-29 18:32:46 +0300
commitb565c84f13bd757de50c3da720a6822333d6f471 (patch)
tree74f1791e0038b9484d4649592f36e0dea533372c /Changelog.md
parente4f3b9ebc0ae2b87a774fe1c51769778b9b0b1e1 (diff)
Update Changelog.md
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md24
1 files changed, 14 insertions, 10 deletions
diff --git a/Changelog.md b/Changelog.md
index 35f1dc44..3d25aef9 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -14,17 +14,9 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[2abc61da](https://github.com/phpredis/phpredis/commit/2abc61da)
([Remi Collet](https://github.com/remicollet))
-### Changed
+---
-- Cleanup TSRMLS_* usage
- [94380227](https://github.com/phpredis/phpredis/commit/94380227)
- ([Remi Collet](https://github.com/remicollet))
-- Replace ulong with zend_ulong
- [b4eb158a](https://github.com/phpredis/phpredis/commit/b4eb158a)
- ([Remi Collet](https://github.com/remicollet))
-- Replace uint with uint32_t
- [d6fc5c73](https://github.com/phpredis/phpredis/commit/d6fc5c73)
- ([Remi Collet](https://github.com/remicollet))
+## [5.0.2] - 2019-07-29 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.0.2), [PECL](https://pecl.php.net/package/redis/5.0.2))
### Fixed
@@ -36,6 +28,18 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
[cb5d6b94](https://github.com/phpredis/phpredis/commit/cb5d6b94)
([Pavlo Yatsukhnenko](https://github.com/yatsukhnenko), [Michael Grunder](https://github.com/michael-grunder))
+### Changed
+
+- Cleanup TSRMLS_* usage
+ [94380227](https://github.com/phpredis/phpredis/commit/94380227)
+ ([Remi Collet](https://github.com/remicollet))
+- Replace ulong with zend_ulong
+ [b4eb158a](https://github.com/phpredis/phpredis/commit/b4eb158a)
+ ([Remi Collet](https://github.com/remicollet))
+- Replace uint with uint32_t
+ [d6fc5c73](https://github.com/phpredis/phpredis/commit/d6fc5c73)
+ ([Remi Collet](https://github.com/remicollet))
+
---
## [5.0.1] - 2019-07-12 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.0.1), [PECL](https://pecl.php.net/package/redis/5.0.1))