diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index fe68750..8992e33 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -20,3 +20,4 @@ http://www.boost.org/LICENSE_1_0.txt 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 `= {{}}`. +* Added `operator\<\=>`.