diff --git a/support/Release notes.txt b/support/Release notes.txt index e978dade..ae8e425d 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -721,6 +721,29 @@ Removed unused ETL_USE_MEM_BUILTINS option 20.35.7 Updated etl::delgate to handle const functors correctly +=============================================================================== +20.35.10 +#659 emplace member functions return reference to emplaced value + +=============================================================================== +20.35.9 +#657 -Wpedantic-failure. Removed superfluous semicolons +#653 CMake - Don't warn on tag missing when subproject +#651 result specialization +#650 Fix result default ctor +Removed Ubuntu 18.04 from Github Actions +Added Ubuntu 22.04 to Github Actions + +=============================================================================== +20.35.8 +#648 Improve is_constructible, is_copy_constructible, is_move_constructible for type traits with default definitions +#645 Avoid 'missing return statement at end of non-void function' in `etl::visit<>()`. +Removed unused ETL_USE_MEM_BUILTINS option + +=============================================================================== +20.35.7 +Updated etl::delgate to handle const functors correctly + =============================================================================== 20.35.6 #643 Don't use push_macro and pull_macro with Tasking compiler