mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Updated changelog
This commit is contained in:
parent
a17a498caa
commit
1d0d109821
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
# 1.9.0 (not yet released)
|
# 1.9.0
|
||||||
|
|
||||||
### Notable enhancements and fixes
|
### Notable enhancements and fixes
|
||||||
|
|
||||||
|
@ -68,6 +68,9 @@
|
||||||
access for the current message only.
|
access for the current message only.
|
||||||
* The `init_<pluginName>` server-side hooks have a new `logger` context
|
* The `init_<pluginName>` server-side hooks have a new `logger` context
|
||||||
property that plugins can use to log messages.
|
property that plugins can use to log messages.
|
||||||
|
* Prevent infinite loop when exiting the server
|
||||||
|
* Bump dependencies
|
||||||
|
|
||||||
|
|
||||||
### Compatibility changes
|
### Compatibility changes
|
||||||
|
|
||||||
|
@ -112,6 +115,8 @@
|
||||||
* The exported database records covered by the `exportEtherpadAdditionalContent`
|
* The exported database records covered by the `exportEtherpadAdditionalContent`
|
||||||
server-side hook now include keys like `${customPrefix}:${padId}:*`, not just
|
server-side hook now include keys like `${customPrefix}:${padId}:*`, not just
|
||||||
`${customPrefix}:${padId}`.
|
`${customPrefix}:${padId}`.
|
||||||
|
* Plugin locales should overwrite core's locales Stale
|
||||||
|
* Plugin locales overwrite core locales
|
||||||
|
|
||||||
# 1.8.18
|
# 1.8.18
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue