diff --git a/docs/NEWS b/docs/NEWS index 048bcc6d..b1d1c7a8 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -3,8 +3,6 @@ Version 2.0 () ------------------------------------------------------------------------ - * Added new event hooks "backend_plugins_install", "backend_plugins_update" - and "backend_templates_install". * Implemented patch https://github.com/s9y/Serendipity/pull/15 @@ -20,6 +18,9 @@ Version 2.0 () Version 1.7.1 () ------------------------------------------------------------------------ + * Added new event hooks "backend_plugins_install", "backend_plugins_update" + and "backend_templates_install". + * Serendipity will switch to mysqli if PHP >= 5.5 is used (mysql is deprecated)