Commit 69e70c1c authored by David Reid's avatar David Reid

Update change history.

parent 0d6db3e0
...@@ -7,6 +7,7 @@ v0.11.12 - TBD ...@@ -7,6 +7,7 @@ v0.11.12 - TBD
* Fix a bug where sounds are not resampled when `MA_SOUND_NO_PITCH` is used. * Fix a bug where sounds are not resampled when `MA_SOUND_NO_PITCH` is used.
* Fix a bug where changing the range of a data source would result in no audio being read. * Fix a bug where changing the range of a data source would result in no audio being read.
* Fix a bug where asynchronously loaded data sources via the resources manager would reset ranges and loop points. * Fix a bug where asynchronously loaded data sources via the resources manager would reset ranges and loop points.
* Fix a bug with the Vorbis decoder where seeking would not seek to the correct location.
* Fix some Wimplicit-fallthrough warnings. * Fix some Wimplicit-fallthrough warnings.
* Optimizations to the high level API. * Optimizations to the high level API.
* Remove the old runtime linking system for pthread. The `MA_USE_RUNTIME_LINKING_FOR_PTHREAD` option is no longer used. * Remove the old runtime linking system for pthread. The `MA_USE_RUNTIME_LINKING_FOR_PTHREAD` option is no longer used.
......
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