From 552995c199e4d8ffceedd97ba65e062a72b22394 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 24 May 2012 04:43:38 +0000 Subject: [PATCH] Website: Copy MultiArray notes from beta site. [SVN r78566] --- feed/history/boost_1_50_0.qbk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/feed/history/boost_1_50_0.qbk b/feed/history/boost_1_50_0.qbk index 9e134d99..f0631065 100644 --- a/feed/history/boost_1_50_0.qbk +++ b/feed/history/boost_1_50_0.qbk @@ -59,6 +59,12 @@ Release status: * work around for msvc which allows ctor templates to be copy ctors, fixes [@https://svn.boost.org/trac/boost/ticket/6535 #6535]. * shorten filenames to meet boost guidelines, fixes [@https://svn.boost.org/trac/boost/ticket/6196 #6196]. +* [phrase library..[@/libs/multi_array/ MultiArray]:] + * Concepts bug fix and Workaround for Visual Studio 2010 + ([@https://svn.boost.org/trac/boost/changeset/78496 Patch]) + * Fix to assert.cpp test case + ([@https://svn.boost.org/trac/boost/changeset/78498 Patch]) + * [phrase library..[@/libs/program_options/index.html Program Options]:] * Improved error reporting ([@ https://svn.boost.org/trac/boost/changeset/77827 Patch from Leo Goodstadt])