From 2e7005d54f79cb785a6a1280d611473e55abae99 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 16 Sep 2000 17:19:00 +0000 Subject: [PATCH] mention (incompatible) wxListCtrl::Find change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 89b08e3482..44a96d4da5 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,15 @@ wxWindows 2 Change Log ---------------------- +INCOMPATIBLE CHANGES +-------------------- + +wxMSW: + +- wxListCtrl::Find() parameter meaning changed, see docs for details + (starting item is now included in the search, use 0 to search from the + beginning) + 2.2.1 -----