From a948b85c74c445f82eb8a63458b631892929c539 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 18 Oct 2022 17:38:59 +0300 Subject: [PATCH] Update revision history --- doc/variant2/changelog.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/variant2/changelog.adoc b/doc/variant2/changelog.adoc index 18d4b4a..dd903ee 100644 --- a/doc/variant2/changelog.adoc +++ b/doc/variant2/changelog.adoc @@ -1,5 +1,5 @@ //// -Copyright 2019-2021 Peter Dimov +Copyright 2019-2022 Peter Dimov Distributed under the Boost Software License, Version 1.0. https://www.boost.org/LICENSE_1_0.txt //// @@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt # Revision History :idprefix: changelog_ +## Changes in 1.81.0 + +* Added support for `boost::json::value_from` and `boost::json::value_to`. + ## Changes in 1.79.0 * Added `operator<<` for `monostate`.