Update Changelog

This commit is contained in:
Joel Speed 2019-05-20 11:39:41 +02:00
parent 093f9da881
commit d40a61613e
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -10,6 +10,7 @@
## Changes since v3.2.0
- [#148](https://github.com/pusher/outh2_proxy/pull/148) Implement SessionStore interface within proxy (@JoelSpeed)
- [#147](https://github.com/pusher/outh2_proxy/pull/147) Add SessionStore interfaces and initial implementation (@JoelSpeed)
- Allows for multiple different session storage implementations including client and server side
- Adds tests suite for interface to ensure consistency across implementations