From 563e1c52cbf504939da0689530cad06d0e502f3c Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 22 May 2023 17:51:08 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 18dff7e4..fc405d4b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,8 @@ v0.11.7 - TBD ============= * Work around some bad code generation by Clang. * Fix a very minor linting warning in VS2022. +* Fix some compilation errors with MA_USE_STDINT. +* Amalgamations of dr_wav, dr_flac, dr_mp3 and c89atomic have been updated so that they're now fully namespaced. This allows each of these libraries to be able to be used alongside miniaudio without any conflicts. In addition, some duplicate code, such as sized type declarations, result codes, etc. has been removed. v0.11.16 - 2023-05-15