From abcfe822586f48438279193b2da618dedaf60bcd Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Fri, 7 Jul 2023 08:21:04 +0100 Subject: [PATCH] Updated release notes --- support/Release notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index c4ec7108..d73c7e19 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -9,6 +9,7 @@ #716 etl::variant (variant_varadic) default constructed state #720 etl::optional rvalue value_or() broken #722 Bitset accesses memory out of bounds +#725 variant_pool create method should use std::forward Modified etl::visitor to allow direct specification of the argument type. Added etl::is_visitor trait. Removed default link type for etl::intrusive_list and etl::intrusive_forward_list