Merge branch 'hotfix/fcs_make_getter_const' into development

This commit is contained in:
John Wellbelove 2020-12-20 19:54:39 +00:00
parent 4a91470347
commit 3e8d39dae5

View File

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