From 0a720268879519b6cc6791a2ee4390e398b36b24 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 26 Jan 2025 06:09:05 +0200 Subject: [PATCH] Update revision history --- doc/array/changes.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index 9133d6f..c98583c 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -14,3 +14,5 @@ http://www.boost.org/LICENSE_1_0.txt * Converted documentation to AsciiDoc (Christian Mazakas). * Added `noexcept` and `constexpr` as appropriate. +* Marked obsolete functions as deprecated. +* Removed obsolete compiler workarounds.