From c0e03c36407e5ffe0ea4a6b0e82262a50d4b418e Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sat, 15 Apr 2017 20:52:00 +0100 Subject: [PATCH] Add some more details to change log --- doc/changes.qbk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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]