]> git.saurik.com Git - wxWidgets.git/commitdiff
mention some of the major changes in 2.9 so far
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Dec 2007 18:11:51 +0000 (18:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 12 Dec 2007 18:11:51 +0000 (18:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 83dc10cde4fcf4847a9c92854d313ec03141e4f4..b58dda0e4eb8a3887c37e51e11cba5daf9129f32 100644 (file)
@@ -158,6 +158,15 @@ Deprecated methods and their replacements
 Major new features in this release
 ----------------------------------
 
+- wxWidgets is now always built with Unicode support but provides the same
+  simple (i.e. "char *"-tolerant) API as was available in ANSI build in the
+  past.
+
+- wxWidgets may now use either wchar_t (UTF-16/32) or UTF-8 internally,
+  depending on what is optimal for the target platform.
+
+- Events loops and timers can now be used in wxBase, without GUI.
+
 
 2.9.0
 -----