From e7fcbc19825b2c81e90cedc3760bbb7ac39b5fb0 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 4 Oct 2024 18:27:25 +0300 Subject: [PATCH] Update revision history --- doc/uuid/changes.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/uuid/changes.adoc b/doc/uuid/changes.adoc index 66247210..b1a3ee81 100644 --- a/doc/uuid/changes.adoc +++ b/doc/uuid/changes.adoc @@ -3,6 +3,10 @@ :idprefix: changes_ +== Changes in Boost 1.87.0 + +* Restored the ability to construct a `constexpr uuid` that was inadvertently lost in 1.86. + == Changes in Boost 1.86.0 (**major update**) * {cpp}03 is no longer supported, a {cpp}11 compiler is required.