summaryrefslogtreecommitdiff
path: root/libs/flyweight/doc/release_notes.html
diff options
context:
space:
mode:
Diffstat (limited to 'libs/flyweight/doc/release_notes.html')
-rw-r--r--libs/flyweight/doc/release_notes.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/libs/flyweight/doc/release_notes.html b/libs/flyweight/doc/release_notes.html
index f943e7da3..3e7f4246b 100644
--- a/libs/flyweight/doc/release_notes.html
+++ b/libs/flyweight/doc/release_notes.html
@@ -31,6 +31,7 @@ Acknowledgements
<h2>Contents</h2>
<ul>
+ <li><a href="#boost_1_58">Boost 1.58 release</a></li>
<li><a href="#boost_1_57">Boost 1.57 release</a></li>
<li><a href="#boost_1_56">Boost 1.56 release</a></li>
<li><a href="#boost_1_55">Boost 1.55 release</a></li>
@@ -41,6 +42,20 @@ Acknowledgements
<li><a href="#boost_1_38">Boost 1.38 release</a></li>
</ul>
+<h2><a name="boost_1_58">Boost 1.58 release</a></h2>
+
+<p>
+<ul>
+ <li>Added hash support both with <code>std::hash</code> and
+ <a href="../../../doc/html/hash.html"><code>boost::hash</code></a>. This
+ can be optionally <a href="reference/flyweight.html#disable_hash_support">disabled</a>
+ to avoid clashes with legacy code where this support has already been defined by
+ the user.
+ </li>
+ <li>Maintenance fixes.</li>
+</ul>
+</p>
+
<h2><a name="boost_1_57">Boost 1.57 release</a></h2>
<p>
@@ -149,7 +164,7 @@ Acknowledgements
<br>
-<p>Revised September 4th 2014</p>
+<p>Revised December 4th 2014</p>
<p>&copy; Copyright 2006-2014 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
Distributed under the Boost Software