----------------------------------------------------------------------
+What's new in 2.1.12
+--------------------
+Updated wxMVCTree and added a demo for it.
+
+Added a wrapper class for the Visualization ToolKit (or VTK) in the
+wxPython.lib.vtk module. (http://www.kitware.com/)
+
+Fixed wxTreeCtrl.SetItemImage and GetItemImage to recognise the new
+"which" parameter.
+
+Added wxPython.lib.spashscreen from Mike Fletcher.
+
+
+
What's new in 2.1.11
--------------------
Added wxPostEvent function that allows events to be posted and then
processed later. This is a thread-safe way to interact with the GUI
-thread from other threads. (There is a known bug in wxMSW that
-prevents these events from being processed until a normal event
-happens, so if your GUI is idle nothing will happen until the mouse
-moves or something... It should be fixed shortly.)
+thread from other threads.
Added Clipboard and Drag-and-Drop classes.