diff --git a/docs/changes.txt b/docs/changes.txt index d3b9ad8063..d9310cc3ec 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -42,6 +42,9 @@ OTHER CHANGES All: +- It is now possible to build several smaller libraries instead of single + huge wxWindows library; wxBase is now dependency of GUI ports rather then + separately compiled library - added wxDateSpan::operator==() and !=() (Lukasz Michalski) - added wxFileName::GetForbiddenChars() (Dimitri Schoolwerth) - use true/false throughout the library instead of TRUE/FALSE