From c86b5d4429d47f650ba81776f83c650bad198b43 Mon Sep 17 00:00:00 2001 From: cokelaer Date: Fri, 11 Jan 2019 00:32:47 +0100 Subject: [PATCH] fix wikipathway --- doc/ChangeLog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ChangeLog.rst b/doc/ChangeLog.rst index 6a8b234..74988c9 100644 --- a/doc/ChangeLog.rst +++ b/doc/ChangeLog.rst @@ -11,6 +11,8 @@ Revision 1.6.0 * Changed biomodels WSDL endpoint (thanks to https://github.com/thobalose. ) * uses colorlog to have more robust and consistent logging. * BUGS: + * Fix wikipathway XML issues by outputing dictionaries now. This fixes + https://github.com/cokelaer/bioservices/issues/131 * Fix https://github.com/cokelaer/bioservices/issues/137 to handle KEGG GENE field properly in KEGGParse * Fix https://github.com/cokelaer/bioservices/issues/125 thanks to