Fix and update documentation and release notes

This commit is contained in:
Glen Fernandes
2023-02-24 00:08:36 -05:00
parent 2814b4ca1c
commit d5fa9ae50f
3 changed files with 11 additions and 5 deletions

View File

@@ -25,6 +25,12 @@
* Added [link core.serialization `boost/core/serialization.hpp`], a collection of primitives allowing libraries to
implement Boost.Serialization support for their types without including a Serialization header and thereby making
their libraries depend on Serialization.
* Added [link core.data `boost::data`], an implementation of `std::data`.
* Added [link core.size `boost::size`], an implementation of `std::size`.
* Updated `boost::span` to use `boost::data` which adds support for range
construction from an `std::initializer_list`.
* Added [link core.identity `boost::identity`], an implementation of
`std::identity`.
[endsect]