summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2023-02-13 09:04:00 +0100
committerGitHub <noreply@github.com>2023-02-13 09:04:00 +0100
commit2108ae51b516458243c249cf67301cb387e33afa (patch)
treebfc96507c1010dd5afed35a9bfb38057c566bec7 /ChangeLog
parentd57e34fd24df75ddf9876f911c1665c9c36b8b05 (diff)
downloadastroid-git-2108ae51b516458243c249cf67301cb387e33afa.tar.gz
Update ``FormattedValue.postinit`` and its brain (#2029)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ebe89fb..5a0fbc12 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,11 @@ What's New in astroid 2.15.0?
=============================
Release date: TBA
+* ``Formattedvalue.postinit`` is now keyword only. This is to allow correct typing of the
+ ``Formattedvalue`` class.
+
+ Refs #1516
+
* ``Astroid`` now supports custom import hooks.
Refs PyCQA/pylint#7306