summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 19aed403b..bb023b552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,11 @@ Release date: TBA
..
Put bug fixes that should not wait for a new minor version here
+* Don't emit ``consider-using-f-string`` if ``py-version`` is set to Python < ``3.6``.
+ ``f-strings`` were added in Python ``3.6``
+
+ Closes #5019
+
* Fix regression for ``unspecified-encoding`` with ``pathlib.Path.read_text()``
Closes #5029
@@ -29,9 +34,6 @@ What's New in Pylint 2.11.1?
============================
Release date: 2021-09-16
-..
- Put bug fixes that should not wait for a new minor version here
-
* ``unspecified-encoding`` now checks the encoding of ``pathlib.Path()`` correctly
Closes #5017