Skip to content

Commit

Permalink
doc: update ROADMAP.rst and CHANGELOG.rst
Browse files Browse the repository at this point in the history
Change-Id: I375f48ee432bb3d699d9a7a5020892771826c378
  • Loading branch information
xqt committed Dec 15, 2024
1 parent abe20c6 commit 75accb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ROADMAP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Current Release Changes

**Code cleanups**

* Remove unintentional ``pywikibot.warn()``
* Unused *get_redirect* parameter of :meth:`BasePage.getOldVersion()<page.BasePage.getOldVersion>` was removed.
* *baserevid* parameter of :class:`DataSite<pywikibot.site._datasite.DataSite>` methods
:meth:`editSource()<pywikibot.site._datasite.DataSite.editSource>`,
Expand Down Expand Up @@ -52,6 +53,7 @@ Current Release Changes

**Other breaking changes**

* Drop support for MediaWiki < 1.31 (:phab:`T378984`)
* Require ``requests >= 2.31.0`` (:phab:`T347031`)
* Python 3.7 support was dropped (:phab:`T378893`), including *importlib_metadata* of
:mod:`backports`.
Expand Down
3 changes: 3 additions & 0 deletions scripts/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Scripts Changelog
10.0.0
------

* Require Python 3.8 or higher
* Require Pywikibot 10.0.0

dataextend
^^^^^^^^^^

Expand Down

0 comments on commit 75accb4

Please sign in to comment.