commit 4da00e50d393ce735a98f032e1f1cad601ee5ab7 parent 8dc66b4d715f3b65ede506b98bc8ee2d0784e6d9 Author: [email protected] <[email protected]> Date: Tue, 17 Sep 2024 14:41:12 +0100 KFR 6.0.3 Diffstat:
M | CHANGELOG.md | | | 14 | ++++++++++++++ |
M | include/kfr/kfr.h | | | 2 | +- |
2 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 6.0.3 + +#### Changed + +- Added more Doxygen documentation for filter functions (@Jalmenara) +- Examples now include detailed comments + +#### Fixed + +- Fixed stateless parameter +- Fixed build with non-MSVC on Win32 (@jcelerier) +- Resolved Android building issues +- Removed deprecated atomic initialization + ## 6.0.2 #### Added diff --git a/include/kfr/kfr.h b/include/kfr/kfr.h @@ -34,7 +34,7 @@ #define KFR_VERSION_MAJOR 6 #define KFR_VERSION_MINOR 0 -#define KFR_VERSION_PATCH 2 +#define KFR_VERSION_PATCH 3 #define KFR_VERSION_LABEL "" #define KFR_VERSION_STRING \