summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-12-29 16:59:24 +0100
committerhippo91 <guillaume.peillex@gmail.com>2020-12-29 16:59:24 +0100
commitf64ca15456da60e3a58324c011520324add78dbe (patch)
treef1d9c7da27b59e52504cc751d331a119bd825f18 /ChangeLog
parent6c72c276a36574804f7f0f81bce720401fe14de7 (diff)
downloadastroid-git-f64ca15456da60e3a58324c011520324add78dbe.tar.gz
Adds an entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 560544be..b01fe96b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@ What's New in astroid 2.5.0?
============================
Release Date: TBA
+* Adds `degrees`, `radians`, which are `numpy ufunc` functions, in the `numpy` brain. Adds `random` function in the `numpy.random` brain.
+
+ Fixes PyCQA/pylint#3856
* Add `python 3.9` support.