Update CHANGELOG.md

This commit is contained in:
gyson 2019-03-22 17:41:55 -04:00
parent 978c0a33e4
commit b67614c90f

View File

@ -2,6 +2,7 @@
## Changes since v3.1.0
- [#112](https://github.com/pusher/oauth2_proxy/pull/112) Improve websocket support (@gyson)
- [#63](https://github.com/pusher/oauth2_proxy/pull/63) Use encoding/json for SessionState serialization (@yaegashi)
- Use JSON to encode session state to be stored in browser cookies
- Implement legacy decode function to support existing cookies generated by older versions