----------------------------------------------------------------------
-2.4.1.x
+2.5.1.x
+-------
+
+(See also the MigrationGuide.txt file for details about some of the
+big changes that have happened in this release and how you should
+adapt your code.)
+
+Many, many little fixes, changes and additions done as part of the move
+to wxWindows 2.5 that I have forgotten about.
+
+Added wxMirrorDC.
+
+Added wxIconLocation
+
+
+Added Python wrappers for the new wxVScrolledWindow, wxVListBox, and
+wxHtmlListBox classes.
+
+Added wrappers for wxBookCtrl and wxListbook. wxNotebook now derives
+from wxBookCtrl.
+
+
+
+
+2.4.2.4
-------
Use wxSTC in the demo for displaying the soucre code of the samples.
+Lots of bug fixes and such from the wxWindows folks.
+
+Added wxPython.lib.newevent from Miki Tebeka. Its usage is
+demonstrated in the Threads sample in the demo.
+
+Updates to wxMaskedEditCtrl.
+
+Added wxMaskedNumCtrl.
+Added Chris Barker's FloatCanvas.