Skip to content

Commit

Permalink
3.0.1 release notes
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pivetta <[email protected]>
  • Loading branch information
Ocramius committed May 8, 2017
1 parent 04844d7 commit 4925d65
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
This is a list of changes/improvements that were introduced in PSR7Session

## 3.0.1

This release fixes an issue that prevented effective lazy-loading of the
session object. Specifically, crypto functionality was being started at
each request dispatch, while it is not needed every time.

Total issues resolved: **2**

- [63: Signature validation is never delayed](https://github.com/psr7-sessions/storageless/issues/63) thanks to @lcobucci
- [64: Delay signature verification properly](https://github.com/psr7-sessions/storageless/pull/64) thanks to @lcobucci

## 3.0.0

Expand Down

0 comments on commit 4925d65

Please sign in to comment.