Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/803289 )
Change subject: [doc] update ROADMAP.rst and CHANGELOG.md ...................................................................... [doc] update ROADMAP.rst and CHANGELOG.md Change-Id: I9764e502886d5bf2cb7363108f4914b86a79766d --- 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 3e9a9b5..08c641a 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,11 @@ Current release 7.4.0 ^^^^^^^^^^^^^^^^^^^^^ +* Use Response.json() instead of json.loads(Response.text) +* Show an APIError if PetScanPageGenerator.query() fails (:phab:`T309538`) +* `login.py` is now a utiliy script even for site-package installation (:phab:`T309290`) +* `preload_sites.py` is now a utiliy script even for site-package installation (:phab:`T308912`) +* `generator_completed` became a public attribute * Return gracefully from pwb.find_alternates if folder in user_script_paths does not exist (:phab:`T308910`) Deprecations diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 783d5e5..a374d67 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -1,5 +1,16 @@ # Scripts Changelog +## 7.4.0 +*current release* + +### listpages +* Print the page list immediately except pages are preloaded + +### nowcommons +* Use treat_page method (:phab:`T309456`) +* Fix several bugs (:phab:`T309473`) + + ## 7.3.0 *21 May 2022* -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/803289 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: I9764e502886d5bf2cb7363108f4914b86a79766d Gerrit-Change-Number: 803289 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
