diff --git a/doc/changes.qbk b/doc/changes.qbk index 9fa3f753..0f7f9fbe 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -6,6 +6,8 @@ [template ticket[number]''''''#[number]''''''] +[template pull_request[number][@https://github.com/boostorg/unordered/pull/[number] GitHub #[number]]] + [section:changes Change Log] [h2 Review Version] @@ -320,4 +322,9 @@ C++11 support has resulted in some breaking changes: * `noexpect` specs for `swap` free functions. * Add missing `insert(P&&)` methods. +[h2 Boost 1.66.0] + +* Simpler move construction implementation. +* Documentation fixes ([pull_request 6]). + [endsect]