Commit 35bb1d37 authored by David Reid's avatar David Reid

Update release notes.

parent 8cc7a378
/* /*
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 (formerly mini_al) - v0.9.5 - 2019-05-21 miniaudio (formerly mini_al) - v0.9.6 - 2019-xx-xx
David Reid - davidreidsoftware@gmail.com David Reid - davidreidsoftware@gmail.com
*/ */
...@@ -33018,6 +33018,10 @@ Device ...@@ -33018,6 +33018,10 @@ Device
/* /*
REVISION HISTORY REVISION HISTORY
================ ================
v0.9.6 - 2019-xx-xx
- Don't trigger an assert when ma_device_start() is called on a device that is already started. This will now log a warning
and return MA_INVALID_OPERATION. The same applies for ma_device_stop().
v0.9.5 - 2019-05-21 v0.9.5 - 2019-05-21
- Add logging to ma_dlopen() and ma_dlsym(). - Add logging to ma_dlopen() and ma_dlsym().
- Add ma_decoder_get_length_in_pcm_frames(). - Add ma_decoder_get_length_in_pcm_frames().
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