diff --git a/docs/changes.txt b/docs/changes.txt index 8fe35169b6..abaf9f64fa 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -71,6 +71,11 @@ All (GUI): - Reverted wxBuffered[Paint]DC to pre 2.7.1 state, added wxAutoBufferedPaintDC and wxAutoBufferedPaintDCFactory. +Unix Ports: + +- Added autopackage for wxGTK and an example of using autopackage for a wx + program (Francesco Montorsi) + 2.7.1 @@ -94,11 +99,6 @@ All: "Events generated by the user vs programmatically generated events" paragraph in the "Event handling overview" topic for more info -Unix Ports: - -- Added autopackage for wxGTK and an example of using autopackage for a wx - program (Francesco Montorsi) - All (GUI): - Support for right-to-left text layout (started by Diaa Sami during Google Summer of