From 9f9372a78c99cac93f0b15f2f502f9e5d78756b3 Mon Sep 17 00:00:00 2001 From: amastruserio <82289682+amastruserio@users.noreply.github.com> Date: Fri, 15 Apr 2022 00:42:29 -0400 Subject: [PATCH] Update progress.rst --- doc/progress.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/progress.rst b/doc/progress.rst index c31976301..72fab7d8f 100644 --- a/doc/progress.rst +++ b/doc/progress.rst @@ -8,6 +8,7 @@ Changelog 0.13.0 ~~~~~~ + * FIX#1125: strip_whitespace in xmltodict.parse functions set to False rather than the default true. * FIX#1030: ``pre-commit`` hooks now no longer should issue a warning. * FIX#1110: Make arguments to ``create_study`` and ``create_suite`` that are defined as optional by the OpenML XSD actually optional. * MAIN#1088: Do CI for Windows on Github Actions instead of Appveyor.