From 6c4d7b9e99029b50d948fa9ec216d767254c0d67 Mon Sep 17 00:00:00 2001 From: "Vanya A. Sergeev" Date: Fri, 11 Nov 2022 00:37:19 -0600 Subject: [PATCH] changelog: update for v0.11.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6db187ee..4ab32360 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +* v0.11.0 - 11/11/2022 + * Application changes + * Fix wavfile output instantiation error caused by undefined channel + count. + * Fix portaudio output instantiation error caused by undefined channel + count. + * Core changes + * Add successful exit return value to `stop()` and `wait()` methods of + CompositeBlock. + * C API changes + * Add successful exit return parameter to `luaradio_stop()` and + `luaradio_wait()` functions. + * Documentation changes + * Update Ubuntu and Debian/Raspbian prerequisites in installation + guide. + * Contributors + * @abutcher-gh - 8c56329 + * Jay Sissom (@jsissom) - 6519586 + * Mark Hills (@hills) - eabf21c + * v0.10.0 - 06/09/2021 * Application changes * Add built-in applications with rx_raw, rx_wbfm, rx_nbfm, rx_am,