From 6b85128e7b817dab3e48a9a1d7665a280b2989f0 Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Sun, 20 Jan 2019 18:22:08 +0100 Subject: Add changelog entry for the fixme changes. Close #2321 --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index c48759e8b..5a5d268e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,10 @@ What's New in Pylint 2.3.0? Release date: TBA +* ``fixme`` gets triggered only on comments. + + Close #2321 + * Fixed a false positive for ``unused-variable`` and ``nonlocal`` assignments Close #2671 -- cgit v1.2.1