diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index 83aa17e..60fa366 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -18,3 +18,4 @@ http://www.boost.org/LICENSE_1_0.txt * Removed obsolete compiler workarounds. * Changed `array::begin()`, `cbegin()`, `end()`, `cend()` to return `nullptr`, enabling `constexpr`. This matches the behavior of `std::array`. +* Removed local `hash_value` overload; `boost::hash` supports array-like types natively.