Update change history.

This commit is contained in:
David Reid
2023-06-07 21:14:58 +10:00
parent 34b40bdc17
commit 4c49c49596
2 changed files with 10 additions and 4 deletions
+8 -2
View File
@@ -1,5 +1,11 @@
v0.11.7 - 2023-05-27
====================
v0.11.18 - TBD
=====================
* Add support for setting a callback on an `ma_engine` object that get's fired after it processes a chunk of audio. This allows applications to do things such as apply a post-processing effect or output the audio to a file.
* AAudio: Fix an error where the buffer size is not configured correctly which sometimes results in excessively high latency.
v0.11.17 - 2023-05-27
=====================
* Fix compilation errors with MA_USE_STDINT.
* Fix a possible runtime error with Windows 95/98.
* Fix a very minor linting warning in VS2022.