diff --git a/docs/changes.txt b/docs/changes.txt index 9980383392..76222eee1e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -86,6 +86,7 @@ All: (as in 2.5.0). - Added some extra convenience functions to wxRect such as GetBottomRight (Hajo Kirchhoff) +- Changed built-in regex library to a unicode-compatible one (Ryan Norton) All (GUI): @@ -139,6 +140,10 @@ wxHTML: - wxHtmlHelpController now supports compressed MS HTML Help files (*.chm) on Unix (Markus Sinner) +Unix: + +- Added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton) + 2.5.0 -----