diff --git a/docs/changes.txt b/docs/changes.txt index 6a248c35ca..155f56d89f 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -17,6 +17,10 @@ All: - use true/false throughout the library instead of TRUE/FALSE - wxStopWatch::Start() resumes the stop watch if paused, as per the docs +wxBase: + +- added Watcom makefiles + All GUI ports: - implemented GetEditControl for wxGenericTreeCtrl (Peter Stieber)