From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 30 Dec 2025 17:32:25 +0000 (+0000) Subject: Update release notes for version 5.0-dev-146 X-Git-Tag: 5.0-post-dev~19^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c467c1aeeb929ce6c65b418d4718ec5894455b;p=thirdparty%2Fshairport-sync.git Update release notes for version 5.0-dev-146 Tighten argument checks for debug-related functions to prevent errors or misdirections. --- diff --git a/RELEASENOTES-DEVELOPMENT.md b/RELEASENOTES-DEVELOPMENT.md index 8d76fe3e..5d50d051 100644 --- a/RELEASENOTES-DEVELOPMENT.md +++ b/RELEASENOTES-DEVELOPMENT.md @@ -1,3 +1,8 @@ +Version 5.0-dev-146-g691d71f3 +== +**Updates** +* Tighten up the checking of arguments given to `debug()`, `inform()`, `warn()` and `die()` to avoid silly errors. No known issues, but better sure than sorry. Thanks to [ejurgensen](https://github.com/ejurgensen) for the the [PR](https://github.com/mikebrady/shairport-sync/pull/2124) which prompted the review. + Version 5.0-dev-142-gfcacc4e5 == **Updates**