Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/829109 )
Change subject: [doc] Update ROADMAP.rst and CHANGELOG.rst ......................................................................
[doc] Update ROADMAP.rst and CHANGELOG.rst
Change-Id: I7b9e50e94711a0cacc97ef384fcad9fe99dba9ea --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 26 insertions(+), 6 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index 2a9c1b8..717f301 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,8 @@ Current release 7.7.0 ^^^^^^^^^^^^^^^^^^^^^
-*(no changes yet)* +* Raise KeyError instead of AttributeError if :class:`page.FileInfo` is used as Mapping +* L10N updates
Deprecations diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 165f1a1..87d02b6 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,16 +1,35 @@ Scripts Changelog =================
-7.6.0 +7.7.0 -----
-*current release* - archivebot ~~~~~~~~~~
-* use ``User:MiszaBot/config`` as default template -* raise MalformedConfigError if 'maxarchivesize' is 0 (:phab:`T313886`) +* Add -sort option to sort archives by (latest) timestamp +* Archive unsigned threads using timestamp of the next thread (:phab:`T69663`, :phab:`T182685`) + +create_isbn_edition +~~~~~~~~~~~~~~~~~~~ + +* New script to load ISBN related data into Wikidata (:phab:`T314942`) + +watchlist +~~~~~~~~~ + +* Enable watchlist.refresh_all for API generator access (:phab:`T316359`) + +7.6.0 +----- + +*21 August 2022* + +archivebot +~~~~~~~~~~ + +* Use ``User:MiszaBot/config`` as default template +* Raise MalformedConfigError if 'maxarchivesize' is 0 (:phab:`T313886`) * Preserve thread order in archive even if threads are archived later (:phab:`T312773`, :phab:`T314560`) * Skip the page if it does not exist * Fix for DiscussionPage.size() (:phab:`T313886`)
pywikibot-commits@lists.wikimedia.org