Changelog and demo cleanup

This commit is contained in:
Robin Dunn
2017-09-27 19:51:28 -07:00
parent a5eeca0a5c
commit 193641b1ad
2 changed files with 9 additions and 5 deletions

View File

@@ -22,7 +22,11 @@ Changes in this release include the following:
tweaks in the AUI_MDI sample in the demo. (#540)
* Added a wx.BUILD_TYPE value to distinguish between development, snapshot,
and release builds. The value is also appended to wx.PlatformInfo.
and release builds. The value is also appended to wx.PlatformInfo. (Thanks
Mesalu!)
* Fix crash when trying to fetch multiple items from a composite data object
in wx.DropTarget.OnData. (#550)