Added changelog for 2.1

This commit is contained in:
SamTV12345 2024-04-06 18:39:43 +02:00
parent 61de32e026
commit 06d7d12fbd

View file

@ -1,3 +1,15 @@
# 2.0.2
### Notable enhancements and fixes
- Fixed the locale loading in the admin panel
- Added OAuth2.0 support for the Etherpad API. You can now log in into the Etherpad API with your admin user using OAuth2
### Compatibility changes
- The tests now require generating a token from the OAuth secret. You can find the `generateJWTToken` in the common.ts script for plugin endpoint updates.
# 2.0.1
### Notable enhancements and fixes