From b90da4a8024b0570a43ab2f5dd34a0968e596104 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 10 Nov 2017 15:12:37 +0000 Subject: [PATCH] 1.66.0 release notes --- doc/changes.qbk | 7 +++++++ 1 file changed, 7 insertions(+) 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]