summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrancis Charette Migneault <francis.charette.migneault@gmail.com>2021-02-07 03:43:57 -0500
committerGitHub <noreply@github.com>2021-02-07 09:43:57 +0100
commit4629b93e59037e7d43fd70cb19085c6cb93d58a6 (patch)
tree95f4c2f01e9052b9215a283320ed68e1a1324bc0 /ChangeLog
parent5f67396894c79c4661e357ec8bb03aa134a51109 (diff)
downloadastroid-git-4629b93e59037e7d43fd70cb19085c6cb93d58a6.tar.gz
Add support of 'six.with_metaclass' (#841)
Closes #713
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ff42a6e..fd0c428a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,6 +94,10 @@ Release Date: TBA
Fixes #843
+* Fix interpretation of ``six.with_metaclass`` class definitions.
+
+ Fixes #713
+
* Reduce memory usage of astroid's module cache.
* Remove dependency on `imp`.