summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-11-06 15:22:51 +0100
committerGitHub <noreply@github.com>2021-11-06 15:22:51 +0100
commit62f3cfb18eb5e7d27f69f32c7412972d8bfff5fe (patch)
treef2d12f52ef7308eb2d9d2e0889df165ee6e58747 /ChangeLog
parentcdf8a2a9813128db5732a792434b89967c6fb701 (diff)
downloadastroid-git-62f3cfb18eb5e7d27f69f32c7412972d8bfff5fe.tar.gz
Small changes (#1232)
* Based on suggestions from #1218
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d51f39..baf3638f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@ What's New in astroid 2.8.5?
============================
Release date: TBA
+* Added missing ``kind`` (for ``Const``) and ``conversion`` (for ``FormattedValue``) fields to repr.
What's New in astroid 2.8.4?