aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2022-12-31 08:09:37 +0100
committerSven Gothel <[email protected]>2022-12-31 08:09:37 +0100
commit9ece073808d5f94b3a02c93a30ea373d5710d314 (patch)
tree3491f33644f50bf61a85ba44b8ef38301d5ef787
parent1f200e872980a70bac9ac76f4193bc49486a396e (diff)
Bump CHANGES for v3.0.1v3.0.1
-rw-r--r--CHANGES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2f5b1f81..926b2452 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -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