From 1908ab5b575359edb7a9f72aeb87e453955b5904 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sat, 25 May 2024 13:10:43 +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 6f271660..2741bf27 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -2,9 +2,12 @@ 20.38.15 Fixes: +#895 Removed std algorithm calls from algorithm.h #892 Compilation Error with constexpr in etl::string_base::size() on ESP-WROVER-KIT (c++11) Removed ETL_CONSTEXPR from etl::string_base::size(). Also removed ETL_CONSTEXPR from etl::vector::size(). +#889 bitset_new.h throws warnings for GHS compiler + Fixed ordering of static & ETL_CONSTEXPR14. =============================================================================== 20.38.14