documented fs_zip bugfix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-02-23 19:00:21 +00:00
parent ef7eaedd63
commit f222db9ce6

View File

@ -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):