From 1f248ccfc6c549093e71ca7765b2827ee52ea760 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Wed, 24 Apr 2024 09:46:12 +0100 Subject: [PATCH] Updated version and release notes --- support/Release notes.txt | 8 ++++++++ version.txt | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/support/Release notes.txt b/support/Release notes.txt index 940a6e5b..2b551e4e 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,4 +1,12 @@ =============================================================================== +20.38.12 + +Fixes: +#815 etl::remove_if calls predicate twice for first iterator, where predicate returns true. +#885 queue move-assignment is not compiling +Modified UnitTest++ SUITE macro for better VS2022 intellisense compatibility + +=============================================================================== 20.38.11 Fixes: diff --git a/version.txt b/version.txt index 769a31cb..8df06df3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20.38.11 +20.38.12