From 11b2a58e928604a4f9712ed5c7140965692a7230 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 16 Dec 2002 11:11:01 +0000 Subject: [PATCH] Updated change log git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 9f637ce476..b11c084e1e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -177,6 +177,11 @@ wxMSW: - fixed loss of client data in wxChoice::SetString() +All: + +- Improved contrib/utils/convertrc parsing (David J. Cooke) +- Fixed handling of URLs and filenames in wxFileSystem + 2.3.4 -----