summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-24 11:39:28 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-12-24 11:39:28 +0100
commitc9b9a00ef723d15e20810d98536a42b3d304f828 (patch)
treebd1748bc3202e7faebc906b5ef47f366f22ca8f8 /ChangeLog
parent614a8a8e9dcc4abcfa931ea09ad7118eccd66d87 (diff)
downloadastroid-git-c9b9a00ef723d15e20810d98536a42b3d304f828.tar.gz
Adds an entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3622e7fa..145da380 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ astroid's ChangeLog
What's New in astroid 2.5.0?
============================
Release Date: TBA
+* Fix deprecated importlib methods
+
+ Closes #703
+
* Add `python 3.9` support.
* The flat attribute of ``numpy.ndarray`` is now inferred as an ``numpy.ndarray`` itself.