Update CHANGELOG for addition of CallbackInfo types

This commit is contained in:
mitchmindtree 2020-04-16 15:39:05 +02:00
parent aae44cf3d6
commit 95f5f2e54a
1 changed files with 3 additions and 1 deletions

View File

@ -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.