diff options
author | Sven Gothel <[email protected]> | 2022-12-31 08:09:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2022-12-31 08:09:37 +0100 |
commit | 9ece073808d5f94b3a02c93a30ea373d5710d314 (patch) | |
tree | 3491f33644f50bf61a85ba44b8ef38301d5ef787 | |
parent | 1f200e872980a70bac9ac76f4193bc49486a396e (diff) |
Bump CHANGES for v3.0.1v3.0.1
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ ## Changes +**3.0.1** +* C++20 clean +* Fixed certain C++17 and C++20 compiler and clang-tidy warnings + **3.0.0** * Added and passed clang-tidy diagnostics, multiple issues revealed - Using 'const T&' as method argument type where applicable |