From 35bb1d374db918abcd6eafe4694d69f06e441f1e Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 6 Jun 2019 18:19:48 +1000 Subject: [PATCH] Update release notes. --- miniaudio.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index ba99c515..73b000ae 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -1,6 +1,6 @@ /* 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 */ @@ -33018,6 +33018,10 @@ Device /* 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 - Add logging to ma_dlopen() and ma_dlsym(). - Add ma_decoder_get_length_in_pcm_frames().