From 900860d015e706cae20db013ad074ed571c52777 Mon Sep 17 00:00:00 2001 From: Jochen Kupperschmidt Date: Wed, 3 Mar 2021 19:58:35 +0100 Subject: [PATCH] Clarify changelog --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index a44ee49..1a8752d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,8 +7,9 @@ Version 0.3 Unreleased -- Removed support for unsupported Python versions 2.7, 3.3, 3.4, and +- Removed support for end-of-life Python versions 2.7, 3.3, 3.4, and 3.5. + - Added support for Python 3.6, 3.7, 3.8, and 3.9. @@ -35,8 +36,10 @@ Version 0.2 Released 2015-09-07 - Data is required to be a byte string. + - Raise custom exception on message parsing errors instead of using assertions. + - Raise exception if message is too long instead of truncating and processing it. -- 2.45.2