From cd561b5fa1a49d86e818a12831e670caf5e556a0 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 20 Mar 2022 11:05:34 +0000 Subject: [PATCH] Release notes update --- support/Release notes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index d0f63c25..6c5c62ca 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -2,6 +2,7 @@ 20.26.0 Added constexpr support for etl::unaligned_type. Added etl::traits namespace containing traits mirroring many ETL macros. +Traits are const for C++03, constexpr for C++11 and above. Removed some uses of GCC builtins due to compatibilty with constexpr. etl::swap is now ETL_CONSTEXPR14. Changed ETL_ENDIANNESS_IS_CONSTEXPR to ETL_HAS_CONSTEXPR_ENDIANNESS.