summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-13 15:28:13 +0100
committerGitHub <noreply@github.com>2020-12-13 15:28:13 +0100
commit8ad83812e76d7d69249198beb4e18d9805e2d782 (patch)
tree94dadcaf799072eec65fbe01f434c91eaa07484e /ChangeLog
parent969a5cf119bbaa37b9700e83491d1639da6cbe55 (diff)
parenta35ff5452849fe08f95e76b6714df282eac0abc6 (diff)
downloadastroid-git-8ad83812e76d7d69249198beb4e18d9805e2d782.tar.gz
Merge pull request #858 from hippo91/fix_python39_new
Fix python39
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 03b12780..3622e7fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@ astroid's ChangeLog
What's New in astroid 2.5.0?
============================
Release Date: TBA
+* Add `python 3.9` support.
+
* The flat attribute of ``numpy.ndarray`` is now inferred as an ``numpy.ndarray`` itself.
It should be a ``numpy.flatiter`` instance, but this class is not yet available in the numpy brain.