diff --git a/docs/NEWS b/docs/NEWS index c721d056..5365b2b9 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -4,6 +4,8 @@ Version 2.0-beta3 () ------------------------------------------------------------------------ + * Fix preview entry exception (issue #119) + * Add serendipity.toggle_collapsible as a reusable JS function for the core backend and backend sections emitted by plugins as an easy way to provide show/hide functionality. (yellowled)