-
+
Building wxPython 2.8 for Development and Testing
diff --git a/wxPython/docs/CHANGES.html b/wxPython/docs/CHANGES.html
index d00f431bcc..8e13d0271c 100644
--- a/wxPython/docs/CHANGES.html
+++ b/wxPython/docs/CHANGES.html
@@ -3,7 +3,7 @@
-
+
Recent Changes for wxPython
@@ -32,6 +32,10 @@ overridden methods of a derived class, similarly to how wx.VListBox
works.
Added wx.combo.BitmapComboBox which is a combobox that displays a
bitmap in front of the list items.
+
Added the wx.lib.mixins.inspect module. It contains the InspectMixin
+class which can be mixed with a wx.App class and provides a PyCrust
+window that can be activated with a Ctrl-Alt-I keystroke (or Cmd-Alt-I
+on the Mac.)