Commit 42abbbea authored by David Reid's avatar David Reid

Version 0.11.2

parent 354d0c91
This diff is collapsed.
This diff is collapsed.
/* /*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file. Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
miniaudio - v0.11.2 - TBD miniaudio - v0.11.2 - 2021-12-31
David Reid - mackron@gmail.com David Reid - mackron@gmail.com
...@@ -89335,7 +89335,7 @@ There have also been some other smaller changes added to this release. ...@@ -89335,7 +89335,7 @@ There have also been some other smaller changes added to this release.
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.11.2 - TBD v0.11.2 - 2021-12-31
- Add a new device notification system to replace the stop callback. The stop callback is still - Add a new device notification system to replace the stop callback. The stop callback is still
in place, but will be removed in version 0.12. New code should use the notificationCallback in place, but will be removed in version 0.12. New code should use the notificationCallback
member in the device config instead of stopCallback. member in the device config instead of stopCallback.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment