From 353eaba3c00fef45b1b97577de4ce0ca817d721b Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 6 Feb 2022 10:19:13 +1000 Subject: [PATCH] Update revision history. --- CHANGES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 203b00fa..6ea7dd9a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,7 +1,9 @@ v0.11.7 - TBD ==================== * Fix an error when seeking to the end of a WAV file. -* Fix a memory lean with low-pass, high-pass and band-pass filters. +* Fix a memory leak with low-pass, high-pass and band-pass filters. +* Fix some bugs in the FLAC decoder. +* Fix a -Wundef warning v0.11.6 - 2022-01-22