diff --git a/feed/history/boost_1_45_0.qbk b/feed/history/boost_1_45_0.qbk index c7db21de..faaa23ed 100644 --- a/feed/history/boost_1_45_0.qbk +++ b/feed/history/boost_1_45_0.qbk @@ -36,7 +36,11 @@ ticket [@https://svn.boost.org/trac/boost/ticket/4606 #4606]. * Removed an internal assertion incompatible with program termination via `std::exit`. - + +* [phrase library..[@/libs/fusion/index.html Fusion]:] + * Added `BOOST_FUSION_ADAPT_ADT`, `BOOST_FUSION_ADAPT_TPL_ADT`, + `BOOST_FUSION_ADAPT_ASSOC_ADT` and `BOOST_FUSION_ADAPT_ASSOC_TPL_ADT`. + * [phrase library..[@/libs/graph/index.html Graph]:] * Added Stoer-Wagner min-cut algorithm contributed by Daniel Trebbien. * Added implicit graph (implicit_graph) and A* (astar_maze) examples