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)