diff --git a/feed/history/boost_1_60_0.qbk b/feed/history/boost_1_60_0.qbk index 5cb37914..80b40093 100644 --- a/feed/history/boost_1_60_0.qbk +++ b/feed/history/boost_1_60_0.qbk @@ -7,7 +7,7 @@ Updated Libraries: Atomic, Chrono, Container, Context, Core, Filesystem, Flyweight, Fusion, Interprocess, Intrusive, Lexical Cast, Locale, Log, - Move, Multi-index Containers, Optional, Predef, Test, Thread, + Move, Multi-index Containers, odeint, Optional, Predef, Test, Thread, UUID. ] [authors [Dawes, Beman]] @@ -166,6 +166,12 @@ optional definition of a macro with name `foreach` in this framework. * Maintenance fixes. +* [phrase library..[@/libs/numeric/odeint odeint]:] + * New features: + * Added functionality to throw an exception if too many ODE steps are performed. + * Added possibility to limit maximal step size in adaptive methods. + * several Bug fixes, see https://github.com/headmyshoulder/odeint-v2/issues + * [phrase library..[@/libs/optional/ Optional]:] * Changed the implementation of `boost::none` again. Now it is a const object with internal linkage (as any other tag). This fixes [ticket 11203].