summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-12 16:09:39 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-11-12 16:09:39 +0100
commit8e6a446ed87ada6a45c37e04f5eeb2b939d19df4 (patch)
treee8e79a5c390e9a8375a19ea623162ea17b140e76 /ChangeLog
parentdac99b9ff684a0060474f7a174b45d141e605502 (diff)
downloadastroid-git-2.8.5.tar.gz
Bump astroid to 2.8.5, update changelogv2.8.5
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1be58fb3..29ba4c39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.8.5?
+What's New in astroid 2.8.6?
============================
Release date: TBA
+
+
+What's New in astroid 2.8.5?
+============================
+Release date: 2021-11-12
+
* Use more permissive versions for the ``typed-ast`` dependencie (<2.0 instead of <1.5)
Closes #1237