From c5462d6c585fdc2037577e224e06460380897c72 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 27 Mar 2010 08:38:20 +0100 Subject: [PATCH] Added changelog entry for last commit. --- doc/changelog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changelog.txt b/doc/changelog.txt index 47885055..190c9c8a 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -6,6 +6,9 @@ Fixes: Changes: - checking: Caches are now size-restricted to limit the memory usage. +- logging: Use more memory-efficient wire-format for UrlBase, + using __slots__. + Closes: SF bug #2976995 Features: - ftp: Detect and support UTF-8 filename encoding capability of FTP