jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/768283 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.md Change-Id: I53b80d36e8fefe8ae0da7dbf7a31d08588885b1d --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 13 insertions(+), 2 deletions(-) Approvals: Meno25: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index d62de5d..fd9c4a5 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,10 @@ Current release changes ^^^^^^^^^^^^^^^^^^^^^^^ -* (no changes yet) +* -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) +* Siteinfo.clear() and Siteinfo.is_cached() methods were added Deprecations ^^^^^^^^^^^^ diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 876d578..7f9266e 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,8 +1,16 @@ # Scripts Changelog -## 7.0.0 + +## 7.1.0 *In development* +### fixing_redirects +* -always option was enabled + + +## 7.0.0 +*26 February 2022* + ### general * L10N updates * Provide ConfigParserBot for several scripts (T223778) -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/768283 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: I53b80d36e8fefe8ae0da7dbf7a31d08588885b1d Gerrit-Change-Number: 768283 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: D3r1ck01 <[email protected]> Gerrit-Reviewer: Meno25 <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
