1.66.0 release notes

This commit is contained in:
Daniel James 2017-11-10 15:12:37 +00:00
parent c50ba694a5
commit b90da4a802

View File

@ -6,6 +6,8 @@
[template ticket[number]'''<ulink
url="https://svn.boost.org/trac/boost/ticket/'''[number]'''">'''#[number]'''</ulink>''']
[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]