]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention ref counting in wxVariant.
authorRobert Roebling <robert@roebling.de>
Sat, 30 Sep 2006 15:39:47 +0000 (15:39 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 30 Sep 2006 15:39:47 +0000 (15:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index ddfd2f1b70713781cacb0d7646d90196fb9ba777..f302ff648601a0e110bae4933c644c495af041f6 100644 (file)
@@ -60,6 +60,7 @@ All:
 - Added wxPlatformInfo class (Francesco Montorsi).
 - Added wxLocale::IsAvailable() (Creighton).
 - Added Malay translations (Mahrazi Mohd Kamal)
+- Added reference counting for wxVariant
 
 All (GUI):
 
@@ -88,6 +89,7 @@ wxGTK:
 
 - Automatically use stock items for menu items with standard ids.
 - Setting cursor now works for all controls.
+- Implemented right-to-left support
 
 wxUniv: