summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-01-20 18:22:08 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-01-20 18:22:21 +0100
commit6b85128e7b817dab3e48a9a1d7665a280b2989f0 (patch)
treef8b8a490b0c209e017ec85d67bdc7b4fb6547697
parent8cd2d1a16dc743aebad1ea2ed2e645253fe3629b (diff)
downloadpylint-git-6b85128e7b817dab3e48a9a1d7665a280b2989f0.tar.gz
Add changelog entry for the fixme changes.
Close #2321
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
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