1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 15:26:37 +02:00

core: add note about extended regex in /filter and /ignore in NEWS

This commit is contained in:
Sebastien Helleu
2012-01-06 13:30:26 +01:00
parent 5a2df17141
commit 0d0a450d61
+4 -1
View File
@@ -1,12 +1,15 @@
WeeChat News
============
Sébastien Helleu <flashcode@flashtux.org>
v0.3.7-dev, 2011-11-05
v0.3.7-dev, 2012-01-06
Version 0.3.7 (under dev!)
--------------------------
* extented regex is used in filters and irc ignore, so some chars that
needed escape in past do not need any more (for example "[0-9]\+" becomes
"[0-9]+"), filters and ignore have to be manually fixed
* option 'weechat.history.max_lines' has been renamed to
'weechat.history.max_buffer_lines_number'