Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 8ef1a57

Browse files
committed
Adds CHANGELOG entry for #102
1 parent 6c22d1d commit 8ef1a57

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 2.8.4 - TBD
5+
## 2.8.4 - 2018-01-31
66

77
### Added
88

@@ -34,6 +34,12 @@ All notable changes to this project will be documented in this file, in reverse
3434
case whereby if the special `__ZF` session value is a non-array value,
3535
initializing the session would result in errors.
3636

37+
- [#102](https://github.com/zendframework/zend-session/pull/102) fixes an issue
38+
introduced with 2.8.0 with `AbstractContainer::offsetGet`. Starting in 2.8.0,
39+
if the provided `$key` did not exist, the method would raise an error
40+
regarding an invalid variable reference; this release provides a fix that
41+
resolves that issue.
42+
3743
## 2.8.3 - 2017-12-01
3844

3945
### Added

0 commit comments

Comments
 (0)