]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtk...
[wxWidgets.git] / docs / changes.txt
index f302ff648601a0e110bae4933c644c495af041f6..98bd418cc1dc4a29ced9d0caf2d62235c9037f3e 100644 (file)
@@ -76,6 +76,7 @@ All (GUI):
 wxMSW:
 
 - Implemented wxComboBox::SetEditable().
+- wxSemaphore::Post() returns wxSEMA_OVERFLOW as documented (Christian Walther)
 - Fixed a bug whereby static controls didn't use the correct text colour if the
   parent's background colour had been set (most noticeable when switching to a
   high-contrast theme).