jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100052?usp=email )
Change subject: doc: update CHANGELOG.rst ...................................................................... doc: update CHANGELOG.rst Change-Id: Id75fc7ebc35c497216f31f301ac7c006cef07e69 --- M scripts/CHANGELOG.rst 1 file changed, 16 insertions(+), 0 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 7503323..e39cd84 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -4,6 +4,17 @@ 9.6.0 ----- +* i18n updates + +create_isbn_edition +^^^^^^^^^^^^^^^^^^^ + +* Use :meth:`DataSite.search()<pywikibot.site._generators.GeneratorsMixin.search>` in ``get_item_with_prop_value`` +* Use :meth:`DataSite.search_entities()<pywikibot.site._datasite.DataSite.search_entities>` method in + ``get_item_list`` function +* Call :func:`pywikibot.handle_args` first to provide help message +* Enhance searching the item number from the ISBN number, code improvements (:phab:`T314942`) + dataextend ^^^^^^^^^^ @@ -14,6 +25,11 @@ * Strip newlines from pairsfile lines (:phab:`T378647`) +weblinkchecker +^^^^^^^^^^^^^^ + +* Remove unused *error* parameter from ``History.log()`` method (:phab:`T380693`) + 9.5.0 ----- -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1100052?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: Id75fc7ebc35c497216f31f301ac7c006cef07e69 Gerrit-Change-Number: 1100052 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
