Hash: Fix changelog for 1.53.0.

[SVN r82140]
This commit is contained in:
Daniel James
2012-12-21 09:50:01 +00:00
parent 3ed0808377
commit 818b412673

View File

@@ -142,13 +142,16 @@
[h2 Boost 1.52.0] [h2 Boost 1.52.0]
* Restore `enum` support, which was accidentally removed in the last version. * Restore `enum` support, which was accidentally removed in the last version.
* New floating point hasher - will hash the binary representation on more
platforms, which should be faster.
[h2 Boost 1.53.0]
* Add support for `boost::int128_type` and `boost::uint128_type` where * Add support for `boost::int128_type` and `boost::uint128_type` where
available - currently only `__int128` and `unsigned __int128` on some available - currently only `__int128` and `unsigned __int128` on some
versions of gcc. versions of gcc.
* New floating point hasher - will hash the binary representation on more * On platforms that are known to have the standard floating point functions,
platforms, which should be faster. don't use automatic detection - which can break if there are ambiguous
* On platforms that are known to have standard floating point, don't use the overloads.
automatic detection of floating point functions - which can break if there
are ambiguous overloads.
[endsect] [endsect]