From ff9535df934c48038af7be9617fdebb12078cc07 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Fri, 18 Nov 2022 15:21:14 -0800 Subject: [PATCH] Changelog for #131 --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index e04e7c2..b807c63 100644 --- a/README.rst +++ b/README.rst @@ -69,6 +69,9 @@ convert compressed audio files to WAV files. Version History --------------- +3.0.1 + Fix a possible deadlock when FFmpeg's version output produces too much data. + 3.0.0 Drop support for Python 2 and older versions of Python 3. The library now requires Python 3.6+.