From a31d01a46d33fee2bf6f57042e1fa80148bf760f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 6 Jul 2010 12:24:27 +0200 Subject: [PATCH] Add note about option irc.network.lag_min_show (now in milliseconds) in NEWS file --- NEWS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4664039a1..7234cbd24 100644 --- a/NEWS +++ b/NEWS @@ -1,14 +1,18 @@ WeeChat News ============ Sébastien Helleu -v0.3.3-dev, 2010-05-23 +v0.3.3-dev, 2010-07-06 Version 0.3.3 (under dev!) -------------------------- -If you are using `/upgrade` from a previous release, then you must reconnect -to IRC servers in order to use new command /wallchops. +Important release notes: + +* if you are using `/upgrade` from a previous release, then you must reconnect + to IRC servers in order to use new command /wallchops. +* option 'irc.network.lag_min_show' is now in milliseconds, you should set new + value: your current value multiplied by 1000 (new default value is 500). Version 0.3.2 (2010-04-18) --------------------------