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@gmail.com>2019-10-31 23:50:23 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-10-31 23:50:23 +0300
commit6bdcd6dfbab3f5143e97dc9a0a61295bfe182efc (patch)
tree471df8d8ff5771fb4d11cfeba51b7c029f5bfde9 /Changelog.md
parent351ccef1d59f3ddb550dd093469c08922c269019 (diff)
Back to dev
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 9f8b177e..0f83a4b0 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -7,6 +7,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [Unreleased]
+---
+
+## [5.1.0] - 2019-10-31 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.1.0), [PECL](https://pecl.php.net/package/redis/5.1.0))
+
### Added
- Add optional support for Zstd compression, using `--enable-redis-ztsd`.