From 479f3c3774b4e1b84bd894c34094785302cf0152 Mon Sep 17 00:00:00 2001 From: Thomas Kriechbaumer Date: Sat, 21 Mar 2015 15:22:50 +0000 Subject: [PATCH] add changelog entries --- ChangeLog.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.md b/ChangeLog.md index b098dff1..617ed18a 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,15 @@ +# (unreleased) + +## Changes + +* workarounds during config parsing for old ZNC versions removed + * incompatible configs give an error during startup indicating the problem + * versions including 0.206 and newer are still supported +* rehash only reloads global settings, including global modules and listeners + * users are not reloaded any more - which makes rehash less dangerous +* OnAddUser hook is only called if actually a new user added + * it is not called during ZNC startup any more + # ZNC 1.6.0 (2015-02-12) ## New