From aa9867de185883d8ee9f67f6086cbbaae6700c1c Mon Sep 17 00:00:00 2001 From: Lars Immisch Date: Tue, 20 Feb 2018 12:10:20 +0100 Subject: [PATCH] Document changes, i.e. #53. --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 672c323..c269d97 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +Version 0.8.3: +- Return an empty string/bytestring when 'read()' detects an + overrun. Previously the returned data was undefined (contributed by @jcea) + +- Unlimited setperiod buffer size when reading frames (contributed by @jcea) + Version 0.8.2: - fix #3 (we cannot get the revision from git for pip installs)