diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 26b214a2b1..af1fa9994c 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -68,7 +68,8 @@ Extended the wx.calendar.CalendarCtrl class with methods that get/set a Python datetime or date object. (These will only work with Python 2.3+) The methods are PySetDate, PyGetDate, PySetLowerDateLimit, PySetUpperDateLimit, PySetDateRange, PyGetLowerDateLimit, and -PyGetUpperDateLimit. +PyGetUpperDateLimit. Also, CalendarEvent was extended with PySetDate +and PyGetDate methods.