From 722468dae2088bcfe7b0cf9bb5185c29b740de9f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 5 May 2015 14:13:19 +0200 Subject: Update NEWS Signed-off-by: Florian Pritz --- NEWS | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 59809a348..ae275d737 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,17 @@ This file lists major, incompatible or otherwise important changes, you should look at it after every update. +2015-05-05 JS code has been refactored a lot and can now also be minified +2015-05-05 IMPORTANT: + Run `./scripts/install-git-hooks.sh` to set up automatic + updates after merges (git pull). Currently the hook updates the + database and minified js file if necessary. + Also run `./git-hooks/post-merge` manually once for the initial update. + + Future updates will rely on you having done this and may not work + correctly if the hook is not executed. + + The hook will also output change to this NEWS file for convenience. + 2015-04-09 Improve performance by caching more. If you have not yet set cache_backend in config-local.php now is the time. Look in config.php for details. -- cgit v1.2.3-24-g4f1b