Skip to content

Commit d05c6b5

Browse files
committed
updated CHANGELOG.md
1 parent ae48774 commit d05c6b5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### [0.9.6] - 2018-03-31
2+
3+
* (Bugfix) Fixed regenerated sessions expiration date (contributed by [@kavacky](https://github.com/kavacky))
4+
* (Bugfix) Fixed a phpredis 4.0 BC break in the return type of the `exists()` function.
5+
* (Improvement) PHP 7.2 was released since 0.9.5, and a 7.2 FPM daemon has been added to the test pool.
6+
17
### [0.9.5] - 2017-07-13
28

39
* (Bugfix) Made the handler acknowledge custom session cookie parameters set with `session_set_cookie_params` (contributed by [@scottlucas](https://github.com/scottlucas))
@@ -25,6 +31,7 @@
2531

2632
* Initial pre-release
2733

34+
[0.9.6]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.5...v0.9.6
2835
[0.9.5]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.4...v0.9.5
2936
[0.9.4]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.3...v0.9.4
3037
[0.9.3]: https://github.com/1ma/RedisSessionHandler/compare/v0.9.2...v0.9.3

0 commit comments

Comments
 (0)