summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim Paine <t.paine154@gmail.com>2022-07-23 15:46:43 -0400
committerDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-08-23 11:39:34 +0200
commit6be6ec7b7b2d53e52d4f8a5c3527afeee0f4f082 (patch)
tree4b23e981c1e1800e4399d996ac8d2f1cebbff5a9 /ChangeLog
parent14a0d657809ab5b42e7d416b686953508e6d8b91 (diff)
downloadastroid-git-6be6ec7b7b2d53e52d4f8a5c3527afeee0f4f082.tar.gz
Fixes #1717 - ignore FutureWarnings which are raised by pandas (#1719)
And probably other modules too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b84be1a..f87038f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ What's New in astroid 2.12.3?
=============================
Release date: TBA
+* Fix unhandled `FutureWarning` from pandas import in cython modules
+
+ Closes #1717
What's New in astroid 2.12.2?