]> git.saurik.com Git - wxWidgets.git/commitdiff
mention EVT_ macros type safety
authorVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jun 2004 14:17:29 +0000 (14:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sat, 5 Jun 2004 14:17:29 +0000 (14:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 823ce3ba2e9ba50b0cb31d33755cf01332289c69..e6a9217c5542fa4b14dec9fedfad5dfcf5e30f73 100644 (file)
@@ -53,9 +53,9 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   don't exist any more, please fix your code -- it never worked correctly
   anyhow if you modified the objects returned by these methods so you should
   simply switch to using const methods.
+- EVT_XXX macros are now type-safe; code that uses wrong type for event
+  handler's argument will no longer compile.
 
-wxTaskBarIcon must be explicitly destroyed now, otherwise the application
-  won't exit even though there are no top level windows
 
 
 DEPRECATED METHODS SINCE 2.4.x