We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bdd598 commit d030ca3Copy full SHA for d030ca3
CHANGELOG.md
@@ -9,10 +9,13 @@
9
#### Changed
10
11
* Audio and IO modules can now be disabled during KFR build with `KFR_ENABLE_AUDIO` and `KFR_ENABLE_IO` options (both on by default) @jcelerier
12
+* DSP module can be disabled too with `KFR_ENABLE_DSP` option (on by default)
13
+* Documentation migrated to mkdocs + cxxdox 2
14
15
#### Fixed
16
17
* C++23 compatibility fixes
18
+* Fixed `extend(vec)` function for compound vectors
19
20
## 7.0.0
21
0 commit comments