]> git.saurik.com Git - wxWidgets.git/commitdiff
wxDateTime timezone functions now dynamic (no caching).
authorJulian Smart <julian@anthemion.co.uk>
Thu, 24 Sep 2009 19:13:29 +0000 (19:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 24 Sep 2009 19:13:29 +0000 (19:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 373a5249776387a67fa9f7f2e2b3dbe5f95e75cf..b7f057c3db2c0505ce14c16c420e5e3eb1826eb9 100644 (file)
@@ -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):