From dec00952722f531dc73c72dc9c3f3e099769e948 Mon Sep 17 00:00:00 2001 From: webimpress Date: Thu, 19 Sep 2019 20:19:24 +0100 Subject: [PATCH] Updates CHANGELOG for #114 Adding notes about edge case issue with previously generated sessions - issue #121. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b821a936..64e99aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,9 @@ All notable changes to this project will be documented in this file, in reverse can be now used with PHP 7.1+ instead of `session.hash_bits_per_character` (used with PHP versions prior to 7.1). + In some very specific situations this can lead to an issue with previously generated sessions. + See issue [#121](https://github.com/zendframework/zend-session/issues/121). + - [#118](https://github.com/zendframework/zend-session/pull/118) avoid unnecessary phpinfo() call when register own save handler which is an object.