jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1316836?usp=email )

Change subject: doc: Update ROADMAP.rst and CHANGELOG.rst
......................................................................

doc: Update ROADMAP.rst and CHANGELOG.rst

Change-Id: Ib97fc55925b9e582971b493f0bb4d7613ced36ad
---
M ROADMAP.rst
M pyproject.toml
M scripts/CHANGELOG.rst
3 files changed, 20 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/ROADMAP.rst b/ROADMAP.rst
index ae8c6ec..ea64456 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,13 @@
 Release 11.7
 ============

-* (no changes yet)
+* All ``ucshow`` parameters of :api:`Usercontribs` are supported by
+  
:meth:`APSite.usercontribs()<pywikibot.site._generators.GeneratorsMixin.usercontribs>`,
+  :meth:`pywikibot.User.contributions` and :meth:`pywikibot.User.contribs`.
+* :ext:`FlaggedRevs` support was added. The :meth:`APSite.stable_revid()
+  <pywikibot.site._extensions.FlaggedRevsMixin.stable_revid>` site method
+  and the :attr:`page.BasePage.stable_revision_id` and 
:attr:`page.BasePage.stable_revision`
+  properties were added to retrieve the stable revision and its id. 
(:phab:`T409848`)


 Deprecations
diff --git a/pyproject.toml b/pyproject.toml
index a9729bc..4bfd324 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -197,7 +197,7 @@
 [tool.rstcheck]
 ignore_directives = ["automodule", "autoclass", "autodata", "autofunction", 
"tabs"]
 ignore_messages = '(Undefined substitution referenced: 
"(release|today|version)")'
-ignore_roles = ["api", "phab", "pylib", "python", "source", "wiki"]
+ignore_roles = ["api", "ext", "phab", "pylib", "python", "source", "wiki"]


 [tool.ruff.lint]
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 6dda76f..16c5369 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -1,6 +1,18 @@
 Scripts Changelog
 =================

+11.7.0
+------
+
+revertbot
+^^^^^^^^^
+
+* :class:`scripts.revertbot.ContribRevertBot` class was introduced where
+  contribution items are :class:`page.Contributions`. Users who want to
+  customize the bot's behaviour should subclass from it. The legacy classes
+  :class:`scripts.revertbot.BaseRevertBot` and 
:class:`scripts.revertbot.myRevertBot`
+  are deprecated.
+
 11.6.0
 ------


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1316836?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib97fc55925b9e582971b493f0bb4d7613ced36ad
Gerrit-Change-Number: 1316836
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to