diff options
author | hippo91 <guillaume.peillex@gmail.com> | 2020-11-22 15:04:39 +0100 |
---|---|---|
committer | hippo91 <guillaume.peillex@gmail.com> | 2020-11-22 15:04:39 +0100 |
commit | 6b11429e09f72b4dcde1cf77d54c3dcad1faac6b (patch) | |
tree | 70422a7aada30200c66ee6454bab9460e371acdc | |
parent | 11ecc089c148dcf22edb6ce28087ca26f7fc6245 (diff) | |
download | astroid-git-6b11429e09f72b4dcde1cf77d54c3dcad1faac6b.tar.gz |
Adds an entry
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |