mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Added changelog for 2.1
This commit is contained in:
parent
61de32e026
commit
06d7d12fbd
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue