summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gilman <davidgilman1@gmail.com>2020-12-30 22:50:23 -0500
committerDavid Gilman <davidgilman1@gmail.com>2020-12-31 09:34:08 -0500
commit529cd943ea05e1c263b3e07366973bc9a32ff171 (patch)
treed79257a8cd267d3d6174309ea27a31509a4fbce4
parent79a21d4039017efe5be8f5a8efad7c3be4ac1842 (diff)
downloadastroid-git-529cd943ea05e1c263b3e07366973bc9a32ff171.tar.gz
Add changelog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 419d64c1..f4439148 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,12 @@ What's New in astroid 2.5.0?
============================
Release Date: TBA
+* Remove support for Python 3.5.
+* Remove the runtime dependency on ``six``. The ``six`` brain remains in
+ astroid.
+
+ Fixes PyCQA/astroid#863
+
* Adds `degrees`, `radians`, which are `numpy ufunc` functions, in the `numpy` brain. Adds `random` function in the `numpy.random` brain.
Fixes PyCQA/pylint#3856