summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 15:31:10 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-24 20:57:28 +0200
commit919b22bb95f382de1fa804bcf6838e6871c719c0 (patch)
treeff38a565d7cfa167f957c82be543c036a907a538 /ChangeLog
parent90132e5af74ad0ca56eaca0f35e08abef739eb3f (diff)
downloadpylint-git-919b22bb95f382de1fa804bcf6838e6871c719c0.tar.gz
Remove invalid URL that make twine fail with error 400
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 368aff40a..a28aecfc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,13 +2,13 @@
Pylint's ChangeLog
------------------
-What's New in Pylint 2.8.0?
-===========================
-Release date: 2021-04-11
-
..
Put new features and bugfixes here and also in 'doc/whatsnew/2.8.rst'
+What's New in Pylint 2.8.0?
+===========================
+Release date: 2021-04-25
+
* New refactoring message ``consider-using-with``. This message is emitted if resource-allocating functions or methods of the
standard library (like ``open()`` or ``threading.Lock.acquire()``) that can be used as a context manager are called without
a ``with`` block.