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

Commit

Permalink
Adds CHANGELOG entry for #21
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed May 14, 2018
1 parent 0f0c8a6 commit 1c56671
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## 1.1.1 - TBD
## 1.1.1 - 2018-05-14

### Added

Expand All @@ -22,7 +22,10 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- Nothing.
- [#21](https://github.com/zendframework/zend-expressive-session-ext/pull/21) fixes a situation whereby during persistence, if no identifier existed for
the session, it was not persisted. Such situations would occur when a new session was created, as
no identifier would yet exist. It now properly generates an identifier and persists the data in
such cirumstances.

## 1.1.0 - 2018-05-10

Expand Down

0 comments on commit 1c56671

Please sign in to comment.