From 802aa2167a7cecaa0d0aad7ba61aefc640aaa1ce Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 8 Nov 2013 18:25:19 +0100 Subject: [PATCH] core: add shared strings in ChangeLog for version 0.4.2 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index be0754b34..c81cfd37a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -34,6 +34,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] == Version 0.4.2 (2013-10-06) +* core: reduce memory used by using shared strings for nicklist and lines in + buffers * core: clear whole line before displaying content instead of clearing after the end of content (bug #40115) * core: fix time displayed in status bar (it was one second late) (bug #40097)