diff --git a/wxPython/CHANGES.txt b/wxPython/CHANGES.txt index 21cb6b3c82..cf42f94dfe 100644 --- a/wxPython/CHANGES.txt +++ b/wxPython/CHANGES.txt @@ -64,10 +64,11 @@ wxPreviewControlBar so they can be derived from in Python and be able to override the C++ virtual methods. Simplified how the wxSizer methods are wrapped, changed the name of -the "option" parameter to "proportion" ("option" is still accepted for -compatibility, but this will go away in a future release,) -SetItemMinSize can now take a wxSize (or 2-tuple) parameter, and -Spacers can be specified with a wxSize (or 2-tuple) parameter +the "option" parameter to "proportion" to match the docs ("option" is +still accepted for compatibility, but this will go away in a future +release,) SetItemMinSize can now take a wxSize (or 2-tuple) parameter, +and Spacers can be specified with a wxSize (or 2-tuple) parameter +