diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index 60fa366..fe68750 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -19,3 +19,4 @@ http://www.boost.org/LICENSE_1_0.txt * 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. +* `array` can now be initialized with `= {{}}`.