]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/tools/XRCed/CHANGES.txt
docstring update
[wxWidgets.git] / wxPython / wx / tools / XRCed / CHANGES.txt
index 743ae3640a9549eb84cbc109c07a946c3f3cdc52..8f9a6e04f21a7a75a44212eb0765e784a429f108 100644 (file)
@@ -5,6 +5,12 @@ Using wx.GetDefaultPyEncoding/wx.SetDefaultPyEncoding for changing active encodi
 
 Fixed pasting siblings (Ctrl key pressed while pasting).
 
+Dealed with ascii build (Python does not recognize 'ascii' as valid encoding).
+If encoding is not specified it is not written in XRC. Will add more
+customization in the future.
+
+Changed to use SimpleTool instead or Toggle tool (does not work on Win32).
+
 0.1.5-1
 -------