Added release notes

This commit is contained in:
John Wellbelove 2025-08-28 14:09:17 +01:00
parent 89c479ef15
commit 18f50d01c4

View File

@ -1,4 +1,12 @@
===============================================================================
20.43.1
Updates:
#1170 Place a typed pointer instead of a bool into etl::typed_storage
Modified the storage used by etl::typed_storage to be a union, along the lines of etl::optional.
Added etl::typed_storage_ext to wrap external storage.
===============================================================================
20.43.0
Updates: