Skip to content

Commit 9fefb19

Browse files
committed
update changelog
1 parent bd9d590 commit 9fefb19

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.5.0
4+
5+
* Improved Redis key name builder
6+
* Added support for PhpRedis serializers
7+
* Added `redis_object_cache_error` action
8+
* Added timeout, read-timeout and retry configuration
9+
* Added unflushable groups (defaults to `['userlogins']`)
10+
* Fixed passwords not showing in server list
11+
312
## 1.4.3
413

514
* Require PHP 5.4 or newer

readme.txt

+9
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,15 @@ The following commands are supported:
200200

201201
== Changelog ==
202202

203+
= 1.5.0 =
204+
205+
* Improved Redis key name builder
206+
* Added support for PhpRedis serializers
207+
* Added `redis_object_cache_error` action
208+
* Added timeout, read-timeout and retry configuration
209+
* Added unflushable groups (defaults to `['userlogins']`)
210+
* Fixed passwords not showing in server list
211+
203212
= 1.4.3 =
204213

205214
* Require PHP 5.4 or newer

0 commit comments

Comments
 (0)