jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[doc] Update ROADMAP.rst and CHANGELOG.rst

Change-Id: Ibfdc6ef2bea41ee6d149696f632c08e940176085
---
M ROADMAP.rst
M scripts/CHANGELOG.rst
2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index 8450056..e407eb6 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,11 +1,16 @@
Current Release Changes
=======================

+* Check whether :attr:`BaseBot.generator<bot.BaseBot.generator>` is None in :meth:`run()<bot.BaseBot.run>` method
+* Add *namespaces* parameter to :meth:`Page.templates()<page.BasePage.templates>` and
+ :meth:`Page.itertemplates()<page.BasePage.itertemplates>` and require keyword arguments;
+ only use TEMPLATE namespace for meth:`Page.isDisambig()<page.BasePage.isDisambig>` (:phab:`T365199`)
+* Drop pheetools support for :mod:`proofreadpage` which is no longer available upstreams (:phab:`T366036`)
* Raise :exc:`exceptions.SectionError` if a section does not exists on a page (:phab:`T107141`)
* Retry api request on ServerError (:phab:`T364275`, :phab:`T364393`)

-New Deprecations
-================
+Current Deprecations
+====================

* 9.2.0: *total* argument in ``-logevents`` pagegenerators option is deprecated;
use ``-limit`` instead (:phab:`T128981`)
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index a7b5e4c..608b830 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -11,6 +11,11 @@
* Use transclusions of Information template as default generator
* Preload pages to make the script upto 10 times faster

+interwikidata
+^^^^^^^^^^^^^
+
+* Do not create an option named None (:phab:`T366409`)
+
noreferences
^^^^^^^^^^^^


To view, visit change 1041035. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ibfdc6ef2bea41ee6d149696f632c08e940176085
Gerrit-Change-Number: 1041035
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <dalangi-ctr@wikimedia.org>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot