1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Updated changelog

This commit is contained in:
Eldad Fux 2020-01-26 18:55:50 +02:00
parent d818a3998c
commit 35a246074a

View file

@ -9,7 +9,6 @@
* Added new webhooks events * Added new webhooks events
* Normailized all webhooks event names * Normailized all webhooks event names
* Added support for SameSite cookie option with fallback cookie for old clients * Added support for SameSite cookie option with fallback cookie for old clients
* Merged Auth and Account service for making the API more REST compatible
* Added a new Discord OAuth adapter * Added a new Discord OAuth adapter
* Added a new Twitch OAuth adapter * Added a new Twitch OAuth adapter
* Added a new Spotify OAuth adapter * Added a new Spotify OAuth adapter
@ -31,6 +30,10 @@
* Fixed OAuth login error saying project UID is missing when its not * Fixed OAuth login error saying project UID is missing when its not
* Fixed wrong input validation for user preferences * Fixed wrong input validation for user preferences
## Breaking Changes
* Merged Auth and Account service route to make the API REST compatible
# Version 0.4.0 (PRE-RELEASE) # Version 0.4.0 (PRE-RELEASE)
## Features ## Features