From e6417fe652839c9d80a466e7b0a67afbd751105a Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 18 Sep 2008 11:23:12 +0000 Subject: [PATCH] Update unordered changelog. [SVN r48853] --- doc/changes.qbk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/changes.qbk b/doc/changes.qbk index 07163a6a..b55a5170 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -33,9 +33,13 @@ First official release. are available. * Added equality operators. -[h2 Development...] +[h2 Boost 1.37.0] * Rename overload of `emplace` with hint, to `emplace_hint` as specified in [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf n2691]. +* Provide forwarding headers at `` and + ``. +* Move all the implementation inside `boost/unordered`, to assist + modularization and hopefully make it easier to track changes in subversion. [endsect]