Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/879951 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.rst ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.rst Change-Id: I92395e5dc832ad68ebc4228aec4dcba05d59f105 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 19 insertions(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 31eba69..77eb8a1 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -52,6 +52,7 @@ Bugfixes ^^^^^^^^ +* Fix representation string for :class:`page.Claim` stub instances (:phab:`T326453`) * Don't raise StopIteration in :meth:`login.LoginManager.check_user_exists` if given user is behind the last user (:phab:`T326063`) * Normalize :class:`WbTimes<pywikibot.WbTime>` sent to Wikidata (:phab:`T325860`) @@ -64,6 +65,8 @@ Breaking changes ^^^^^^^^^^^^^^^^ +* ``mwparserfromhell`` package is mandatory (:phab:`T326498`) +* Several package dependencies were updated * All parameters of :meth:`Category.members()<page.Category.members>`, :meth:`Category.subcategories()<page.Category.subcategories>` and :meth:`Category.articles()<page.Category.articles>` are keyword only @@ -78,6 +81,7 @@ Code cleanups ^^^^^^^^^^^^^ + * ``maintenance/sorting_order`` script was removed (:phab:`T325426`) * ``alphabetic_sv`` and ``interwiki_putfirst`` attributes of :class:`Wiktionary<families.wiktionary_family.Family>` family were removed (:phab:`T325426`) diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index b20b4da..01f2207 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -22,6 +22,7 @@ clean_sandbox ~~~~~~~~~~~~~ +* L10N updates * A `-textfile` option was addet to fetch the text from a file create_isbn_edition @@ -39,6 +40,11 @@ Fix string concatenation (:phab:`T322180`) +touch +~~~~~ + +Provide bulk purge to run upto 1000 times faster + 7.7.0 ----- -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/879951 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I92395e5dc832ad68ebc4228aec4dcba05d59f105 Gerrit-Change-Number: 879951 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
