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-07-09 14:11:59 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-07-09 14:11:59 +0300
commit28388abceeb217202eb48c6edb5fd8671d46068e (patch)
treeabaf538b0a488b2c1e0f63021677086e65a285bd /Changelog.md
parent5b11e9a398569fb9d699bcacea034a5706b7d932 (diff)
Update Changelog
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index d1c9533e..f17a8539 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -10,7 +10,7 @@ and PhpRedis adhears to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
- Add optional support for Zstd compression, using `--enable-redis-ztsd`.
- This requires libzstd version >= 1.3.0 [PR #1382](https://github.com/phpredis/phpredis/pull/1582)
+ This requires libzstd version >= 1.3.0 [2abc61da](https://github.com/phpredis/phpredis/pull/1582/commits/2abc61da)
([Remi Collet](https://github.com/remicollet))
### Fixed