summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2021-01-19 20:57:20 +0100
committerhippo91 <guillaume.peillex@gmail.com>2021-01-19 20:57:20 +0100
commite7a42443822dde8b2c954dab87abaa811b42fe8e (patch)
tree8e47a8d597516024cb4693945c771ef75861ef6e
parentf184c8af7581b6d1c56270f1eb66254175978595 (diff)
downloadastroid-git-e7a42443822dde8b2c954dab87abaa811b42fe8e.tar.gz
Adds an entry
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index de28a9c0..3f7dbe33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,9 @@ astroid's ChangeLog
What's New in astroid 2.5.0?
============================
Release Date: TBA
+* Adds a brain for type object so that it is possible to write `type[int]` in annotation.
+
+ Fixes PyCQA/pylint#4001
* Adds `degrees`, `radians`, which are `numpy ufunc` functions, in the `numpy` brain. Adds `random` function in the `numpy.random` brain.