Update CHANGES.rst

This commit is contained in:
tizytissy
2018-06-01 11:31:18 +02:00
committed by GitHub
parent a00017f1c7
commit 9cfb902a2f

View File

@@ -134,8 +134,11 @@ Changes in this release include the following:
* Detach wxControl in AuiToolbar from current sizer before attach to a new
one. (#843)
* Fix a bug in group management on wx.lib.masked.numctrl; previous code used
truediv ('/') to calculate _groupSpace, but in python 3.x this lead to a float
result, instead of an integer as one would expect. Using floordiv ('//')
instead, solve the problem.
4.0.1 "Lemonade"