From 1a8bb0b574205a56a3fe5c00231fb64a682a6e36 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 4 Oct 2024 13:43:06 +0300 Subject: [PATCH] Update revision history --- doc/compat/changelog.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/compat/changelog.adoc b/doc/compat/changelog.adoc index 9899345..fa41599 100644 --- a/doc/compat/changelog.adoc +++ b/doc/compat/changelog.adoc @@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: changelog_ +## Changes in 1.87.0 + +* Added `to_array.hpp` (contributed by Ruben Perez Hidalgo.) + ## Changes in 1.86.0 * Added `bind_front.hpp`, `bind_back.hpp`, `invoke.hpp`, `mem_fn.hpp`, `integer_sequence.hpp` and `type_traits.hpp`.