wxDateTime timezone functions now dynamic (no caching).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62098 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2009-09-24 19:13:29 +00:00
parent 5e3566ffaf
commit cc3d673a84

View 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):