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)
pywikibot-commits@lists.wikimedia.org