From 0627f33f773262154bd4945ae4b6812d0eba3191 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 31 Jul 2024 16:35:22 +0100 Subject: [PATCH] Updated release notes --- support/Release notes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index 2c3dcc809..afa957d2d 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -19,6 +19,7 @@ Features: #918 Request for additional operator support for etl::io_port_* #919 callback_timer: expose callback_timer_data::is_active() as icallback_timer public method #920 Define ETL_USING_LEGACY_VARIANT as a convenience macro for code that tries to support both new and legacy variants +#940 Allow etl::observer notification without argument Pull Requests #905 Add-support-for-type_identity @@ -36,6 +37,8 @@ Pull Requests New configuration macro, ETL_USE_20BIT_TYPES, which controls the definition of ETL_USING_20BIT_TYPES and ETL_NOT_USING_20BIT_TYPES. #939 Fix histogram indexing when accessed via operator[] + + =============================================================================== 20.38.17