Add changelog entry for bug fixed in previous commit

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
This commit is contained in:
Sebastian Spaeth 2011-12-01 17:06:26 +01:00
parent 9a654968fc
commit 416b1fe551

View File

@ -36,3 +36,7 @@ Bug Fixes
rather mysterious "TypeError: expected a character buffer object" rather mysterious "TypeError: expected a character buffer object"
error. Fix this my retrieving the list of folders early enough even error. Fix this my retrieving the list of folders early enough even
for readonly repositories. for readonly repositories.
* Fix regression from 6.4.0. When using local Maildirs with "/" as a
folder separator, all folder names would get a trailing slash
appended, which is plain wrong.