diff --git a/docs/changes.txt b/docs/changes.txt index eb953092e0..aa04782a0e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -19,6 +19,8 @@ All: - wxStopWatch::Start() resumes the stop watch if paused, as per the docs - added wxDirTraverser::OnOpenError() to customize the error handling - added wxArray::SetCount() +- wxFile, wxFFile, wxTextFile and wxTempFile now all use UTF-8 encoding + by default in Unicode mode wxBase: