summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJohn Belmonte <john@neggie.net>2021-11-22 09:45:34 +0900
committerGitHub <noreply@github.com>2021-11-22 01:45:34 +0100
commit775c8f7acb97e50cd643b6e1a20042aa8cfa98a3 (patch)
tree100e2f962e923544d28513f07250f9327b3be864 /ChangeLog
parent96b487221d16b4f233a0b6bd24e4c53e41e794b2 (diff)
downloadastroid-git-775c8f7acb97e50cd643b6e1a20042aa8cfa98a3.tar.gz
Fix deque.insert() signature (#1272)
fixes #1260
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 987ed490..7a5a34cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,10 @@ Release date: TBA
* Require Python 3.6.2 to use astroid.
+* Fix ``deque.insert()`` signature in ``collections`` brain.
+
+ Closes #1260
+
What's New in astroid 2.9.0?
============================