diff --git a/doc/lexical_cast.qbk b/doc/lexical_cast.qbk index 6fba038..48e5f5e 100644 --- a/doc/lexical_cast.qbk +++ b/doc/lexical_cast.qbk @@ -3,7 +3,7 @@ [version 1.0] [copyright 2000-2005 Kevlin Henney] [copyright 2006-2010 Alexander Nasonov] - [copyright 2011-2012 Antony Polukhin] + [copyright 2011-2013 Antony Polukhin] [category String and text processing] [category Miscellaneous] [license @@ -276,6 +276,10 @@ limitation of compiler options that you use. [section Changes] +* [*boost 1.54.0 :] + + * Added code to convert boost::int128_type and boost::uint128_type (requires GCC 4.7 or higher). + * [*boost 1.53.0 :] * Much better input and output streams detection for user defined types.