Merge pull request #3101 from airween/v3/updatechanges

doc: Update CHANGES
This commit is contained in:
Christian Folini 2024-03-02 10:41:37 +01:00 committed by GitHub
commit 5a6a53859a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
CHANGES
View File

@ -1,3 +1,19 @@
v3.0.13 - YYYY-MMM-DD
---------------------
- Reducing the scope of variables in a for loop
[PR #3098 - @devzero2000]
- Replace obsolete macros
[PR #3095 - @airween]
- Change 'SecEngineStatus' to Off by default
[PR #3092 - @airween]
- Update bug-report-for-version-3-x.md
[PR #3086 - @fzipi]
- Logical, syntax and cosmetic fixes on test cases
[PR #3080 - @MirkoDziadzka, @airween]
- Bump the C++ version from C++11 to C++17
[PR #3079 - @MirkoDziadzka]
v3.0.12 - 2024-Jan-30
---------------------