Release notes update

This commit is contained in:
John Wellbelove 2022-03-20 11:05:34 +00:00
parent 6f99c2b3a9
commit cd561b5fa1

View File

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