Update revision history

This commit is contained in:
Peter Dimov
2022-10-18 17:38:59 +03:00
parent 32862d6db7
commit a948b85c74

View File

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