diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html
index 70570ea38c..4261d016c2 100644
--- a/wxPython/docs/CHANGES.html
+++ b/wxPython/docs/CHANGES.html
@@ -74,6 +74,16 @@ a particular style.
wxMac: Fixed wx.ComboBox to forward the EVT_CHAR, EVT_KEY_DOWN,
EVT_KEY_UP and EVT_TEXT events from its embedded text control.
wxMac: Corrected refresh bugs in wxGrid.
+
+- XRCed: Updated to version 0.1.5.
+
+- Added wxWizard, wxWizardPageSimple (only from pull-down menu).
+- Hide command for test window.
+- Replacing classes works better.
+- Added Locate tool.
+
+
+
diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt
index 56dbc8250e..c737885a01 100644
--- a/wxPython/docs/CHANGES.txt
+++ b/wxPython/docs/CHANGES.txt
@@ -50,6 +50,11 @@ EVT_KEY_UP and EVT_TEXT events from its embedded text control.
wxMac: Corrected refresh bugs in wxGrid.
+XRCed: Updated to version 0.1.5.
+ * Added wxWizard, wxWizardPageSimple (only from pull-down menu).
+ * Hide command for test window.
+ * Replacing classes works better.
+ * Added Locate tool.