From cb3b27891d544d0169b4a536e6e5dbdb5e2add0d Mon Sep 17 00:00:00 2001 From: ThanosM Date: Thu, 8 Mar 2018 15:50:41 +0200 Subject: [PATCH] Update api-changes.srt solves issue https://github.com/matplotlib/matplotlib/issues/10716 --- doc/api/api_changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/api/api_changes.rst b/doc/api/api_changes.rst index c7be0a6c96ca..45bbd8051960 100644 --- a/doc/api/api_changes.rst +++ b/doc/api/api_changes.rst @@ -28,6 +28,8 @@ Deprecations Classes, functions, and methods ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +The now unused ``verbose`` class is deprecated, use ``logging`` instead. + The unused and untested ``Artist.onRemove`` and ``Artist.hitlist`` methods have been deprecated.