From 7384bde3725412523871f0fcf60efe5c47fbbfc6 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 30 Apr 2023 08:39:53 +1000 Subject: [PATCH] Update change history. --- CHANGES.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1b5c1774..9da3305b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,10 @@ -v0.11.15 - TBD -============== +v0.11.15 - 2023-04-30 +===================== * Fix a bug where initialization of a duplex device fails on some backends. * Fix a bug in ma_gainer where smoothing isn't applied correctly thus resulting in glitching. * Add support for volume smoothing to sounds when changing the volume with `ma_sound_set_volume()`. To use this, you must configure it via the `volumeSmoothTimeInPCMFrames` member of ma_sound_config and use `ma_sound_init_ex()` to initialize your sound. Smoothing is disabled by default. +* WASAPI: Fix a possible buffer overrun when initializing a device. +* WASAPI: Make device initialization more robust by improving the handling of the querying of the internal data format. v0.11.14 - 2023-03-29