summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-11-22 15:04:39 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-11-22 15:04:39 +0100
commit6b11429e09f72b4dcde1cf77d54c3dcad1faac6b (patch)
tree70422a7aada30200c66ee6454bab9460e371acdc
parent11ecc089c148dcf22edb6ce28087ca26f7fc6245 (diff)
downloadastroid-git-6b11429e09f72b4dcde1cf77d54c3dcad1faac6b.tar.gz
Adds an entry
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5a0be55..3dc7e472 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.