From ee3505b9ca2a9e7a135634784b7e40d4c046524f Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Sun, 8 Jun 2025 10:41:11 -0700 Subject: [PATCH] Add PR #919 to changelog. --- USER_MANUAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/USER_MANUAL.md b/USER_MANUAL.md index ed17c5dd..7a0dd44b 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -799,6 +799,7 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes * Fix compiler errors when using wxWidgets 3.0. (PR #914) * Unit tests: Increase sleep time before killing recording to resolve macOS test failures. (PR #917) * Fix typo causing RX radio device to remain open. (PR #918) + * Fix WASAPI errors on some machines by supporting audio mix formats other than 16-bit integer. (PR #919) ## V2.0.0 June 2025