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`.