From 4bab8db3ea835038e661d19de9239682ce6c827f Mon Sep 17 00:00:00 2001 From: xqt Date: Wed, 21 Aug 2024 11:45:56 +0200 Subject: [PATCH] [doc] update ROADMAP.rst and CHANGELOG.rst Change-Id: I78b2b1a4ac96e1e344abb8eb46728b360a64f47b --- docs/.rstcheck.cfg => .rstcheck.cfg | 1 + ROADMAP.rst | 6 +++++- scripts/CHANGELOG.rst | 15 +++++++++++++++ tox.ini | 2 +- 4 files changed, 22 insertions(+), 2 deletions(-) rename docs/.rstcheck.cfg => .rstcheck.cfg (78%) diff --git a/docs/.rstcheck.cfg b/.rstcheck.cfg similarity index 78% rename from docs/.rstcheck.cfg rename to .rstcheck.cfg index 7f5e48da42..a3e2b52b36 100644 --- a/docs/.rstcheck.cfg +++ b/.rstcheck.cfg @@ -1,3 +1,4 @@ [rstcheck] ignore_directives=automodule,autoclass,autofunction ignore_messages=(Undefined substitution referenced: "(release|today|version)") +ignore_roles=api,phab,pylib,source,wiki diff --git a/ROADMAP.rst b/ROADMAP.rst index c2fb21e321..b7811765d9 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,11 +1,15 @@ Current Release Changes ======================= -* (no changes yet) +* :func:`diff.get_close_matches_ratio()` function was added +* Initialize super classes of :exc:`EditReplacementError` (:phab:`T212740`) +* Add a hint to import missing module in :mod:`wrapper` script +* i18n updates Current Deprecations ==================== +* 9.4.0: :mod:`flow` support is deprecated and will be removed (:phab:`T371180`) * 9.3.0: :meth:`page.BasePage.userName` and :meth:`page.BasePage.isIpEdit` are deprecated in favour of ``user`` or ``anon`` attributes of :attr:`page.BasePage.latest_revision` property * 9.2.0: Imports of :mod:`logging` functions from :mod:`bot` module is deprecated and will be desupported diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 6c6f23b29d..9b3753bf7b 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -4,11 +4,26 @@ Scripts Changelog 9.4.0 ----- +delinker +^^^^^^^^ + +* Use :pylib:`difflib.get_close_matches()` + to find the closest image match +* Add ``-category`` option to work from given category and look for the + lastest file deletion first(:phab:`T372206`) +* Check whether image exists first (:phab:`T372106`) + unlink ^^^^^^ * unlink script was recovered +unusedfiles +^^^^^^^^^^^ + +* L10N updates +* :mod:`flow` support was dropped, it never worked (:phab:`T372477`) + 9.3.1 ----- diff --git a/tox.ini b/tox.ini index 62d61a8206..9dbde8b643 100644 --- a/tox.ini +++ b/tox.ini @@ -104,7 +104,7 @@ deps = basepython = python3.12 commands = rstcheck --version - rstcheck -r --report-level WARNING --ignore-roles api,phab,source,wiki . + rstcheck --report-level WARNING -r . deps = -rrequirements.txt -rdocs/requirements.txt