diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -2,21 +2,31 @@ astroid's ChangeLog =================== -What's New in astroid 2.14.0? +What's New in astroid 2.15.0? ============================= Release date: TBA -* Add support for inferring binary union types added in Python 3.10. - - Refs PyCQA/pylint#8119 -What's New in astroid 2.13.5? +What's New in astroid 2.14.1? ============================= Release date: TBA +What's New in astroid 2.14.0? +============================= +Release date: 2023-01-31 + +* Add support for inferring binary union types added in Python 3.10. + + Refs PyCQA/pylint#8119 + +* Capture and log messages emitted when inspecting a module for astroid. + + Closes #1904 + + What's New in astroid 2.13.4? ============================= Release date: 2023-01-31 |
