Add revision history

This commit is contained in:
Peter Dimov
2025-01-25 18:06:00 +02:00
parent 9b8a342f44
commit 52406dfcc0
2 changed files with 17 additions and 0 deletions

16
doc/array/changes.adoc Normal file
View File

@ -0,0 +1,16 @@
////
Copyright 2025 Peter Dimov
Distributed under the Boost Software License, Version 1.0.
http://www.boost.org/LICENSE_1_0.txt
////
[#changes]
# Revision History
:toc:
:toc-title:
:idprefix:
## Changes in 1.88.0
* Converted documentation to AsciiDoc (Christian Mazakas).
* Added `noexcept` and `constexpr` as appropriate.