From: Václav Slavík Date: Fri, 23 Feb 2001 19:00:21 +0000 (+0000) Subject: documented fs_zip bugfix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f222db9ce69b094c7657a9e98e1a795be1adf1ac documented fs_zip bugfix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 5a882d41f9..928d3c1f6f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -13,6 +13,7 @@ wxBase: - wxCopyFile() respects the file permissions (Roland Scholz) - wxFTP::GetFileSize() added (Søren Erland Vestø) - wxDateTime::IsSameDate() bug fixed +- wxZipFSHandler::FindFirst() and FindNext() now correctly list directories All (GUI):