From dc0a2ff4bf4b1690f5392e7ba2eba7b2d3af25a4 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 4 Jul 2011 21:13:26 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 2 -- 1 file changed, 2 deletions(-) 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. -- 2.45.2