summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2015-05-05 14:13:19 +0200
committerFlorian Pritz <bluewind@xinu.at>2015-05-05 14:31:01 +0200
commit722468dae2088bcfe7b0cf9bb5185c29b740de9f (patch)
tree01f8638d83ed7df4fb509da57cd870d0ab4695b6 /NEWS
parent00f19950961ed0be6d1d514b6027779bcba5c75a (diff)
Update NEWS
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
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.