From 9db992256f63ffa049f14405bf5608f1711c7227 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Thu, 28 Aug 2025 14:09:17 +0100 Subject: [PATCH] Added release notes --- support/Release notes.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index cc75c3cb..a5a3050f 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -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: