From 5f13b2cac9abe34c3778a680c99e7e6065d34709 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 10 Sep 2004 20:54:41 +0000 Subject: [PATCH] Forgot about CalendarEvent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.47.2