From: Julian Smart Date: Thu, 24 Sep 2009 19:13:29 +0000 (+0000) Subject: wxDateTime timezone functions now dynamic (no caching). X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/cc3d673a84cd25c17a1142ee9d51cbbdea48a24a wxDateTime timezone functions now dynamic (no caching). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 373a524977..b7f057c3db 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -397,6 +397,7 @@ All: - Added wxMBConv::cMB2WC(wxCharBuffer) and cWC2MB(wxWCharBuffer) overloads. - Added wxAny class; a modern, backwards-incompatible replacement for wxVariant. +- wxDateTime timezone functions now dynamic (no caching). All (GUI):