Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/789980 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] Update ROADMAP.rst and CHANGELOG.md Change-Id: I89eec0b1685bc0351df5cf23de589d0572b1c1f2 --- M ROADMAP.rst M scripts/CHANGELOG.md 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 422b6af..eeace9a 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,11 @@ Current release 7.3.0 ^^^^^^^^^^^^^^^^^^^^^ -* Preserve more workers than families are handled for preload_sites.py +* Remove `ThreadList.stop_all()` method (:phab:`T307830`) +* L10N updates +* Improve get_charset_from_content_type function (:phab:`T307760`) +* A tiny cache wrapper was added to hold results of parameterless methods and properties +* Increase workers in preload_sites.py * Close logging handlers before deleting them (:phab:`T91375`, :phab:`T286127`) * Clear _sites cache if called with pwb wrapper (:phab:`T225594`) * Enable short creation of a site if family name is equal to site code diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 55eaff8..7c209ab 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -3,6 +3,17 @@ ## 7.3.0 *In development* +### weblinkchecker +* Do not kill threads after generator is exhausted (:phab:`T113139`) +* Use Page.extlinks() to get external links (:phab:`T60812`) + + +## 7.2.1 +*07 May 2022** + +### movepages +* Fix regression of option parsing (:phab:`T307826`) + ## 7.2.0 *26 April 2022* @@ -35,6 +46,13 @@ * A -quiet option was added to omit message when no change was made +## 7.1.1 +*15 April 2022* + +### replace +* Fix regression of XmlDumpPageGenerator + + ## 7.1.0 *26 March 2022* -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/789980 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: I89eec0b1685bc0351df5cf23de589d0572b1c1f2 Gerrit-Change-Number: 789980 Gerrit-PatchSet: 1 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]
