Skip to content

Commit 4da00e5

Browse files
committed
KFR 6.0.3
1 parent 8dc66b4 commit 4da00e5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## 6.0.2
418

519
#### Added

include/kfr/kfr.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
#define KFR_VERSION_MAJOR 6
3636
#define KFR_VERSION_MINOR 0
37-
#define KFR_VERSION_PATCH 2
37+
#define KFR_VERSION_PATCH 3
3838
#define KFR_VERSION_LABEL ""
3939

4040
#define KFR_VERSION_STRING \

0 commit comments

Comments
 (0)