]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
more code simplification
[wxWidgets.git] / docs / changes.txt
index 83dc10cde4fcf4847a9c92854d313ec03141e4f4..0f13127a54598a2ca2e1b4b79b4e57600f7dd220 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, timers and sockets can now be used in wxBase, without GUI.
+
 
 2.9.0
 -----
@@ -282,6 +291,10 @@ wxX11:
 2.8.8
 -----
 
+All:
+
+- Fixed bug with parsing some dates in wxDateTime (Bob Pesner)
+
 All (GUI):
 
 - Added wxWindow::GetNextSibling() and GetPrevSibling()