From cfcd23d55b0dc4e9e3a88c0a3db9fdd4224b2ccc Mon Sep 17 00:00:00 2001 From: typenametea Date: Fri, 4 Oct 2024 21:02:26 +0100 Subject: [PATCH] docs: Update release notes --- doc/92_relnotes.qbk | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/92_relnotes.qbk b/doc/92_relnotes.qbk index ed16e73..649cad7 100644 --- a/doc/92_relnotes.qbk +++ b/doc/92_relnotes.qbk @@ -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].