From 3e8d39dae534bc0968ea3a650ba1775adefa9eeb Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Sun, 20 Dec 2020 19:54:39 +0000 Subject: [PATCH] Merge branch 'hotfix/fcs_make_getter_const' into development --- support/Release notes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/support/Release notes.txt b/support/Release notes.txt index 780c27af..00e0f32c 100644 --- a/support/Release notes.txt +++ b/support/Release notes.txt @@ -1,6 +1,8 @@ =============================================================================== 19.3.7 Fix some container iterator assignment operators to return a reference, rather than value. +Fix non-const etl::frame_check_sequence functions are const in all derived classes. +Make value getter functions const in etl::frame_check_sequence. =============================================================================== 19.3.6