Version 0.10.2

This commit is contained in:
David Reid
2020-03-22 19:02:38 +10:00
parent e01fc7472b
commit 4b45e1ef1b
+2 -2
View File
@@ -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 - v0.10.2 - TBD
miniaudio - v0.10.2 - 2020-03-22
David Reid - davidreidsoftware@gmail.com
@@ -42263,7 +42263,7 @@ The following miscellaneous changes have also been made.
/*
REVISION HISTORY
================
v0.10.2 - TBD
v0.10.2 - 2020-03-22
- Decorate some APIs with MA_API which were missed in the previous version.
- Fix a bug in ma_linear_resampler_set_rate() and ma_linear_resampler_set_rate_ratio().