jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1307543?usp=email )
Change subject: doc: update ROADMAP.rst and CHANGELOG.rst ...................................................................... doc: update ROADMAP.rst and CHANGELOG.rst Change-Id: Ic9de8114429188442b12174b7dcb05452d833991 --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 23 insertions(+), 1 deletion(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index 6674663..7d1d12e 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,10 @@ Release 11.5 ============ -* (no changes yet) +* Drop :mod:`config` ``textfile_encoding`` variable and use 'utf-8' directly instead (:phab:`T430454`) +* Use pyclean package with :mod:`make_dist` script. +* Fix redirected link for :class:`pagegenerators.PetScanPageGenerator` +* Update translations (i18n) Deprecations @@ -104,6 +107,8 @@ Pending removal in Pywikibot 14 ------------------------------- +* 11.5.0: :mod:`config` ``textfile_encoding`` variable will be removed; use 'utf-8' directly instead + (:phab:`T430454`) * 11.4.0: The signature of :meth:`APISite.allusers() <pywikibot.site._generators.GeneratorsMixin.allusers>` was changed; all parameters are keyword-only. diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 78b4db7..779b629 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,23 @@ Scripts Changelog ================= +11.5.0 +------ + +interwiki +^^^^^^^^^ + +* Fix pattern for getting dump files (:phab:`T430451`) +* Use :attr:`pywikibot.link_regex` pattern for ``-hintfile`` option +* Re-enable ``-ignorefile`` option (:phab:`T430444`) +* Implement ``-onlylink`` whitelist option and unify link preservation logic (:phab:`T430408`) +* Respect usernames wildcards + +protect +^^^^^^^ + +* Ensure -summary option overrides default summary setting + 11.4.0 ------ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1307543?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: Ic9de8114429188442b12174b7dcb05452d833991 Gerrit-Change-Number: 1307543 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]
