summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-06-25 08:00:41 -0400
committerGitHub <noreply@github.com>2022-06-25 08:00:41 -0400
commit8e7174a99a9b9dde848632f99b0498f8d67999f3 (patch)
tree00dd2f08f5c2f4924f9dcf49b4b9e1591441af89 /ChangeLog
parentbe480c65daac2777a01d7b6f28f973a56fb28a6f (diff)
downloadastroid-git-8e7174a99a9b9dde848632f99b0498f8d67999f3.tar.gz
`hashlib`: Add support for `usedforsecurity` keyword (#1662)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22e08807..0f17e20b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -98,6 +98,9 @@ What's New in astroid 2.11.7?
=============================
Release date: TBA
+* Added support for ``usedforsecurity`` keyword to ``hashlib`` constructors.
+
+ Closes PyCQA/pylint#6017
What's New in astroid 2.11.6?