From 8f43905ff6277eb03736f34a1a1583ea34e1e901 Mon Sep 17 00:00:00 2001 From: Mooneer Salem Date: Mon, 9 Jun 2025 12:25:18 -0700 Subject: [PATCH] Add PR #925 to changelog. --- USER_MANUAL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/USER_MANUAL.md b/USER_MANUAL.md index 7a0dd44b..0ae2a66c 100644 --- a/USER_MANUAL.md +++ b/USER_MANUAL.md @@ -800,6 +800,8 @@ LDPC | Low Density Parity Check Codes - a family of powerful FEC codes * 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) +2. Documentation: + * Add missing dependency for macOS builds to README. (PR #925; thanks @relistan!) ## V2.0.0 June 2025