diff --git a/doc/changes.qbk b/doc/changes.qbk index 987c818f..9fa3f753 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -315,6 +315,9 @@ C++11 support has resulted in some breaking changes: [h2 Boost 1.65.0] * Add deprecated attributes to `quick_erase` and `erase_return_void`. - Will fully remove in a future version. + I really will remove them in a future version this time. +* Small standards compliance fixes: + * `noexpect` specs for `swap` free functions. + * Add missing `insert(P&&)` methods. [endsect]