X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/588066b7a39629e44bb39f1ab436b80f38c13f33..e653e1815006d22b6b269031bea9903089b62d87:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 3c296e3124..7a503dfa36 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -217,6 +217,7 @@ OTHER CHANGES All: +- new classes for reading and writing ZIP files (M.J.Wetherell) - Norwegian (Bokmål) translation added (Hans F. Nordhaug) - wxDynamicLibrary::HasSymbol() added - added wxTextInputStream::operator>>(wchar_t) for compilers which support this @@ -230,6 +231,7 @@ All: behavior between Unicode and non-unicode builds - BLOB example added to samples\db (thanks to Casey ODonnell) - use wxStream::GetLength() instead of deprecated GetSize() +- wxGetOsDescription() is now more precise (Olly Betts) All (GUI):