From e67ee6032ae3e718b6cb9544f18773049aea8ae5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 9 Jan 2010 17:17:53 +0000 Subject: [PATCH] Merge unordered documentation. [SVN r58844] --- doc/changes.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 5ee9150..9d7e26b 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -90,4 +90,10 @@ instead of trying to configure every possibility manually. * Workaround for when STLport doesn't support long double. +[h2 Boost 1.42.0] + +* Reduce the number of warnings for Visual C++ warning level 4. +* Some code formatting changes to fit lines into 80 characters. +* Rename an internal namespace. + [endsect]