]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
update frm Ivan Masar
[wxWidgets.git] / docs / changes.txt
index 0caac1a61cac755f87f39bc4e92ea0d67235d5b7..80f192640eb04fa9ff70b28331ce728144daacf5 100644 (file)
@@ -151,6 +151,9 @@ wxX11:
 All:
 
 - Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
+- Fix wxStringOutputStream::Write() in Unicode build when the argument
+  overlaps UTF-8 characters boundary
+- Account for lines without newline at the end in wxExecute()
 
 All (Unix):
 
@@ -159,6 +162,7 @@ All (Unix):
 All (GUI):
 
 - Allow status bar children in XRC (Edmunt Pienkowski)
+- Fix memory leak in wxWizard when not using sizers for the page layout
 
 wxMSW: