jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1154372?usp=email )
Change subject: doc: Update ROADMAP.rst, CHANGELOG.rst and AUTHORS.rst ......................................................................
doc: Update ROADMAP.rst, CHANGELOG.rst and AUTHORS.rst
Change-Id: I1ade98182b42c98f875ae068db441f0c4f27a302 --- M AUTHORS.rst M ROADMAP.rst M scripts/CHANGELOG.rst 3 files changed, 14 insertions(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/AUTHORS.rst b/AUTHORS.rst index 025a484..3e29b4e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -194,6 +194,7 @@ Legoktm Leonardo Gregianin Lewis Cawte + Lichinsol Linedwell luzpaz
diff --git a/ROADMAP.rst b/ROADMAP.rst index 3bfda15..feaec53 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,7 +1,11 @@ Current Release Changes =======================
-* (no changes yet) +* Add login methods overview to :mod:`login` module (:phab:`T396204`) +* Enable EmailAuth with :class:`login.ClientLoginManager` (:phab:`T395703`) +* Move :mod:`tools.threading.RLock<tools.threading>` to :mod:`backports` module (:phab:`T395182`) +* Only show the description passed to :class:`specialbots.UploadRobot` if it is to be verified (:phab:`T394895`) +* Add support for Python 3.15 (:phab:`T395177`)
Current Deprecations diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index e141564..c4b2143 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -1,6 +1,14 @@ Scripts Changelog =================
+10.2.0 +------ + +noreferences +^^^^^^^^^^^^ + +* Fix missing commas in L10N dicts + 10.1.0 ------
pywikibot-commits@lists.wikimedia.org