summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>2023-05-16 10:30:12 +0200
committerGitHub <noreply@github.com>2023-05-16 10:30:12 +0200
commit12c3d1556be3bacaf4816898616b6124e0d44da9 (patch)
tree0155475c0086e78480d38709a06796be7bd93151 /ChangeLog
parent1177accd39acffe1288d0f8fa08dbea0454035ba (diff)
downloadastroid-git-12c3d1556be3bacaf4816898616b6124e0d44da9.tar.gz
Recognize stub ``pyi`` Python files. (#2182)HEADmain
Recognize stub ``pyi`` Python files. Refs pylint-dev/pylint#4987 Co-authored-by: Jacob Walls <jacobtylerwalls@gmail.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b5e97c31..58587dc7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -156,6 +156,10 @@ Release date: TBA
Refs pylint-dev/pylint#8554
+* Recognize stub ``pyi`` Python files.
+
+ Refs pylint-dev/pylint#4987
+
What's New in astroid 2.15.4?
=============================