diff --git a/hash/doc/changes.qbk b/hash/doc/changes.qbk index 4ca0814..c824e1a 100644 --- a/hash/doc/changes.qbk +++ b/hash/doc/changes.qbk @@ -3,6 +3,8 @@ / Distributed under the Boost Software License, Version 1.0. (See accompanying / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) ] +[template ticket[number]''''''#[number]''''''] + [section:changes Change Log] [h2 Boost 1.33.0] @@ -160,4 +162,11 @@ * [@https://svn.boost.org/trac/boost/ticket/7957 Ticket 7957]: Fixed a typo. +[h2 Boost 1.55.0] + +* Simplify a SFINAE check so that it will hopefully work on Sun 5.9 + ([ticket 8822]). +* Suppress Visual C++ infinite loop warning ([ticket 8568]). + + [endsect]