From a7c1539add8550eb6529e7b4f81246845b687c96 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Fri, 1 Feb 2019 12:48:08 -0800 Subject: [PATCH] Prepare the changelog for the 0.8.1 release --- CHANGELOG.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0071082..3299b87 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,20 @@ Changes ======= +0.8.1 - 2019-02-04 +------------------ + +* ``ignore-names`` now also applies to the N806, N815, and N816 checks. + +* ``failureException``, ``longMessage``, and ``maxDiff`` have been added to + the default ``ignore-names`` list. + +* Allow lowercase names to be imported as just ``_``. + +* Allow function arguments to be named just ``_``. + +* Support Python 2's tuple syntax in ``except`` clauses. + 0.8.0 - 2019-01-28 ------------------