Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/771938 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.md Change-Id: I64644577d288a7a278a3ce066705b2c97c82e12b --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 16 insertions(+), 0 deletions(-) Approvals: Xqt: Verified; Looks good to me, approved diff --git a/ROADMAP.rst b/ROADMAP.rst index fd9c4a5..10859ad 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,17 @@ Current release changes ^^^^^^^^^^^^^^^^^^^^^^^ +* Unused `get_redirect` parameter of Page.getOldVersion() has been dropped +* Provide BasePage.get_parsed_page() a public method +* Provide BuiltinNamespace.canonical_namespaces() with BuiltinNamespace IntEnum +* BuiltinNamespace got a canonical() method +* Enable nested templates with MultiTemplateMatchBuilder (T110529) +* Introduce APISite.simple_request as a public method +* Provide an Uploader class to upload files +* Enable use of deletetalk parameter of the delete API +* Fix contextlib redirection for terminal interfaces (T283808) +* No longer use win32_unicode for Python 3.6+ (T281042, T283808, T303373) +* L10N updates * -cosmetic_changes (-cc) option allows to assign the value directly instead of toggle it * distutils.util.strtobool() was implemented as tools.strtobool() due to :pep:`632` * The "in" operator always return whether the siteinfo contains the key even it is not cached (T302859) @@ -9,6 +20,8 @@ Deprecations ^^^^^^^^^^^^ +* 7.1.0: Unused `get_redirect` parameter of Page.getOldVersion() will be removed +* 7.1.0: APISite._simple_request() will be removed in favour of APISite.simple_request() * 7.0.0: The i18n identifier 'cosmetic_changes-append' will be removed in favour of 'pywikibot-cosmetic-changes' * 7.0.0: User.isBlocked() method is renamed to is_blocked for consistency * 7.0.0: Require mysql >= 0.7.11 (T216741) diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 7f9266e..43413ed 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -7,6 +7,9 @@ ### fixing_redirects * -always option was enabled +### reflinks +* Decode pdfinfo if it is bytes content (T303731) + ## 7.0.0 *26 February 2022* -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/771938 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: I64644577d288a7a278a3ce066705b2c97c82e12b Gerrit-Change-Number: 771938 Gerrit-PatchSet: 2 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]
