diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index c98583c..83aa17e 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -16,3 +16,5 @@ http://www.boost.org/LICENSE_1_0.txt * Added `noexcept` and `constexpr` as appropriate. * Marked obsolete functions as deprecated. * Removed obsolete compiler workarounds. +* Changed `array::begin()`, `cbegin()`, `end()`, `cend()` to return `nullptr`, enabling `constexpr`. + This matches the behavior of `std::array`.