]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove the note about wxUSE_STD_CONTAINERS.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jul 2011 21:13:26 +0000 (21:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Jul 2011 21:13:26 +0000 (21:13 +0000)
We finally didn't switch to using the standard containers by default so don't
leave misleading information in the change log (this should have been part of
r67735).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index fd1fb817e86198b47674653366b12cf10721db83..2c63d6ab3484091461c47420e03ed152b14c4c50 100644 (file)
@@ -439,8 +439,6 @@ Major new features in this release
 
 All:
 
-- Use standard implementations of container classes by default, you need to
-  explicitly set wxUSE_STD_CONTAINERS to 0 to use wxWidgets implementations.
 - Added cwd and env arguments to wxExecute() (Emilien Kia).
 - Added "rest" argument to wxString::Before{First,Last}().
 - Added wxThread::OnKill() and OnDelete() callbacks.