jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/922469 )
Change subject: [doc] update ROADMAP.rst and CHANGELOG.rst ......................................................................
[doc] update ROADMAP.rst and CHANGELOG.rst
Change-Id: Icbfcf0a52ec07ef64d3d230a5f8906bf25bdbb8d --- M ROADMAP.rst M scripts/CHANGELOG.rst 2 files changed, 15 insertions(+), 0 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index b6e1a2a..ef0878b 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,7 @@ Current release ---------------
+* return 'https' scheme with :meth:`family.Family.protocol` (:phab:`T326046`) * Use ``build`` instead of ``setuptools.setup()`` to build the distribution * Raise ``ConnectionError`` on ``requests.ReadTimeout`` in :func:`comms.http.error_handling_callback` * Raise :exc:`exceptions.ServerError` on ``requests.ReadTimeout`` in :func:`comms.http.error_handling_callback` diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst index 858ce82..d4f4f2c 100644 --- a/scripts/CHANGELOG.rst +++ b/scripts/CHANGELOG.rst @@ -9,6 +9,11 @@
* KeyboardInterrupt was enabled for -async option
+noreferences +~~~~~~~~~~~~ + +* NoReferencesBot derives from :class:`bot.AutomaticTWSummaryBot` + replicate_wiki ~~~~~~~~~~~~~~
pywikibot-commits@lists.wikimedia.org