docs: Update release notes

This commit is contained in:
typenametea
2024-10-04 21:02:26 +01:00
parent cacde054df
commit cfcd23d55b

View File

@ -16,6 +16,7 @@
* *Breaking change.* Dropped support for C++03. C++11 is now the required minimum.
* Dropped dependency on Boost.Utility.
* Dropped dependency on Boost.Predef.
* Dropped dependency on Boost.Move.
* A bit faster implementation of some relational operations.
* Tags `in_place_init` and `in_place_init_if` become `inline constexpr` and therewith leave smaller footprint in the executable. This addresses [@https://github.com/boostorg/optional/issues/103 issue #103].