From 6b9f0cbf57d5c5dffc3e5c30b08465c24a96959e Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 30 May 2023 06:24:43 +0300 Subject: [PATCH] Update revision history --- doc/changes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index f585a91..1e5639e 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -9,6 +9,7 @@ [section Changes in 1.83.0] +* Add support for incomplete types to [link core.type_name `boost::core::type_name`]. * Bit manipulation functions in [link core.bit `boost/core/bit.hpp`] are now `constexpr` on recent MSVC versions (VS2019 update 5 and later.)