Skip to content

Commit

Permalink
KFR 6.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dancazarin committed Sep 17, 2024
1 parent 8dc66b4 commit 4da00e5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion include/kfr/kfr.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4da00e5

Please sign in to comment.