diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -6,8 +6,17 @@ What's New in astroid 2.15.0? ============================= Release date: TBA +* ``Astroid`` now supports custom import hooks. + Refs PyCQA/pylint#7306 +* ``Astroid`` now retrieves the default values of keyword only arguments and sets them on + ``Arguments.kw_defaults``. + +* ``Uninferable`` now has the type ``UninferableBase``. This is to facilitate correctly type annotating + code that uses this singleton. + + Closes #1680 |