From 95f5f2e54ad9a05c394f72b019a6bd020b77a7ff Mon Sep 17 00:00:00 2001 From: mitchmindtree Date: Thu, 16 Apr 2020 15:39:05 +0200 Subject: [PATCH] Update CHANGELOG for addition of CallbackInfo types --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5099dd1..c05cffe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,8 @@ - Added `build_input/output_stream_raw` methods allowing for dynamically handling sample format type. - Added support for DragonFly platform. +- Add `InputCallbackInfo` and `OutputCallbackInfo` types and update expected + user data callback function signature to provide these. # Version 0.11.0 (2019-12-11) @@ -48,7 +50,7 @@ - Better buffer handling - Fix logic error in frame/sample size -- Added error handling for unknown ALSA device errors +- Added error handling for unknown ALSA device errors - Fix resuming a paused stream on Windows (wasapi). - Implement `default_output_format` for emscripten backend.