]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update RELEASENOTES.md
authorMike Brady <mikebrady@eircom.net>
Wed, 13 Nov 2019 22:26:01 +0000 (22:26 +0000)
committerGitHub <noreply@github.com>
Wed, 13 Nov 2019 22:26:01 +0000 (22:26 +0000)
RELEASENOTES.md

index 76f198c76cef4ca7f51f3052cb1577052f9b531a..e764ac46adc1f140ed61c27e6c980053d04c8025 100644 (file)
@@ -4,11 +4,11 @@ Version 3.3.5
 ====
 
 **Bug Fixes**
-* Fix a crashing bug if output format `S24` was chosen.
+* Fix a crashing bug if output format `S24` was chosen. Thanks to [artenverho](https://github.com/artenverho) for reporting. Fixes Issue [#927](https://github.com/mikebrady/shairport-sync/issues/927).
 * Fix a bug whereby if `Loudness` was enabled through the D-Bus interface, the output would be muted until the volume was changed.
 
 **Enhancements**
-* D-Bus interface enhancements: add `Convolution`, `ConvolutionGain` and `ConvolutionImpulseResponseFile` properties to the D-Bus interface. These properties can be set and changed at any time, even while playing.
+* D-Bus interface enhancements: add `Convolution`, `ConvolutionGain` and `ConvolutionImpulseResponseFile` properties to the D-Bus interface. These properties can be set and changed at any time, even while playing. Implements the suggestion in Issue [#929](https://github.com/mikebrady/shairport-sync/issues/929). Thanks to [corrpel](https://github.com/corrpel) for the suggestion.
 * Update the [sample dbus commands](https://github.com/mikebrady/shairport-sync/blob/master/documents/sample%20dbus%20commands) document.
 
 **Pesky Changes**