summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.