jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/702675 )
Change subject: [doc] Update CHANGELOG.md ......................................................................
[doc] Update CHANGELOG.md
Change-Id: I253e3c0f5dffb6113017e23850b142e613091e18 --- M scripts/CHANGELOG.md 1 file changed, 39 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index b916546..278a6e5 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,7 +1,45 @@ # Schripts Changelog
+## 6.4.0 +*01 July 2021* + +### general +* show a warning if pywikibot.__version__ is behind scripts.__version__ + +### addtext +* Deprecate get_text, put_text and add_text functions (T284388) +* Use AutomaticTWSummaryBot and NoRedirectPageBot bot class instead of functions (T196851) + +### blockpageschecker +* Script was unarchived + +### commonscat +* Enable multiple sites (T57083) +* Use new textlib.add_text function + +### cosmetic_changeds +* set -ignore option to CANCEL.MATCH by default (T108446) + +### fixing_redirects +* Add -overwrite option (T235219) + +### imagetransfer +* Skip pages which does not exist on source site (T284414) +* Use roundrobin_generators to combine multiple template inclusions +* Allow images existing in the shared repo (T267535) + +### template +* Do not try to initialze generator twice in TemplateRobot (T284534) + +### update_script +* compat2core script was restored and renamed to update_script + +### version +* Show all mandatory dependecies + + ## 6.3.0 -*31 May 2021 +*31 May 2021*
### addtext * -except option was removed in favour of commonly used -grepnot
pywikibot-commits@lists.wikimedia.org