Updated release notes

This commit is contained in:
John Wellbelove 2023-07-07 08:21:04 +01:00
parent 4c4c597fe5
commit abcfe82258

View File

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