diff --git a/changelog.md b/changelog.md index 677865f4..0376c20d 100644 --- a/changelog.md +++ b/changelog.md @@ -4,8 +4,8 @@ ### Bugfixes -- Fix compile error if u_char is not defined -- Fix error "exception unknown codec ogg" +- Fix compile error if u_char is not defined (Issue #506) +- Fix error "exception unknown codec ogg" (Issue #504) - Fix random crash during client disconnect _Johannes Pohl Sat, 23 Nov 2019 00:13:37 +0200_ diff --git a/debian/changelog b/debian/changelog index e0d538b8..1b78624d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ snapcast (0.17.1-1) unstable; urgency=medium * Bugfixes - -Fix compile error if u_char is not defined - -Fix error "exception unknown codec ogg" + -Fix compile error if u_char is not defined (Issue #506) + -Fix error "exception unknown codec ogg" (Issue #504) -Fix random crash during client disconnect -- Johannes Pohl Sat, 23 Nov 2019 00:13:37 +0200