From bdc053d14b735dce63dc9cf6aca33fb4797652e5 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sat, 20 Apr 2019 17:29:43 +1000 Subject: [PATCH] Changelog for #3225 --- docs/changelog.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4ad0f057a..5398e0312 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -183,10 +183,10 @@ Fixes: * Fix several uses of deprecated standard-library features on Python 3.7. Thanks to :user:`arcresu`. :bug:`3197` -* :doc:`/plugins/lastgenre`: Avoid a deprecation warning from the YAML - library. - Thanks to :user:`translit`. - :bug:`3192` +* :doc:`/plugins/lastgenre`, :doc:`/plugins/edit`: Avoid a deprecation warnings + from the YAML library by switching to the safe loader. + Thanks to :user:`translit` and :user:`sbraz`. + :bug:`3192` :bug:`3225` * Fix compatibility with pre-release versions of Python 3.8. :bug:`3201` :bug:`3202` * :doc:`/plugins/bpd`: Fix crashes in the bpd server during exception handling.