1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-29 14:26:39 +02:00

core: fix escaped char in NEWS for asciidoc output

This commit is contained in:
Sebastien Helleu
2012-01-06 13:31:56 +01:00
parent 0d0a450d61
commit bf9953a866
+2 -2
View File
@@ -8,8 +8,8 @@ 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
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'