summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-27 15:59:37 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-12-27 15:59:37 +0100
commit7aff33388c5a7b165d9355cd972b0746ff1d2bc4 (patch)
tree7782ee5c4d3bddae7507c528366de43eeac2808b
parentef288522d0dadccd97578b515c43c5c2fd3d1f52 (diff)
downloadastroid-git-7aff33388c5a7b165d9355cd972b0746ff1d2bc4.tar.gz
Adds release date for 2.5.0
-rw-r--r--ChangeLog8
1 files changed, 1 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 954f21b2..b22e4856 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,8 +5,7 @@ astroid's ChangeLog
What's New in astroid 2.5.0?
============================
-Release Date: TBA
-
+Release Date: 2020-12-27
* Add `python 3.9` support.
@@ -79,11 +78,6 @@ Release Date: TBA
Close PyCQA/pylint#3776
-
-What's New in astroid 2.4.3?
-============================
-Release Date: TBA
-
* Fix a crash caused by a lookup of a monkey-patched method
Close PyCQA/pylint#3686