From: Vadim Zeitlin Date: Mon, 4 Jul 2011 21:13:26 +0000 (+0000) Subject: Remove the note about wxUSE_STD_CONTAINERS. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/dc0a2ff4bf4b1690f5392e7ba2eba7b2d3af25a4?ds=inline Remove the note about wxUSE_STD_CONTAINERS. 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 --- diff --git a/docs/changes.txt b/docs/changes.txt index fd1fb817e8..2c63d6ab34 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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.