We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc66b4 commit 4da00e5Copy full SHA for 4da00e5
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## 6.0.3
4
+
5
+#### Changed
6
7
+- Added more Doxygen documentation for filter functions (@Jalmenara)
8
+- Examples now include detailed comments
9
10
+#### Fixed
11
12
+- Fixed stateless parameter
13
+- Fixed build with non-MSVC on Win32 (@jcelerier)
14
+- Resolved Android building issues
15
+- Removed deprecated atomic initialization
16
17
## 6.0.2
18
19
#### Added
include/kfr/kfr.h
@@ -34,7 +34,7 @@
34
35
#define KFR_VERSION_MAJOR 6
36
#define KFR_VERSION_MINOR 0
37
-#define KFR_VERSION_PATCH 2
+#define KFR_VERSION_PATCH 3
38
#define KFR_VERSION_LABEL ""
39
40
#define KFR_VERSION_STRING \
0 commit comments