From 582fdebadd4c1c5196911ae84773508c197ed8d6 Mon Sep 17 00:00:00 2001 From: JasonLG1979 Date: Wed, 20 Jul 2022 20:27:45 -0500 Subject: [PATCH] Update Changelog This should update the changelog for my last 3 PR's. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24885534..e4ba4628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Changed +- [playback] `subprocess`: Better error handling +- [playback] `pipe`: Better error handling ### Added +- [playback] `pipe`: Implement stop ### Fixed - [playback] `alsamixer`: make `--volume-ctrl fixed` work as expected when combined with `--mixer alsa` +- [main] fix `--opt=value` line argument logging ### Removed