jenkins-bot submitted this change.

View Change

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

Change-Id: I6f02b2eadefe06d8f4e19c7b6d90ef2ea09e8a55
---
M ROADMAP.rst
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index 69a9836..d2b9666 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -4,18 +4,20 @@
Breaking changes
^^^^^^^^^^^^^^^^

+* Return requests.Response with http.request() instead of plain text (T265206)
* config.db_hostname has been renamed to db_hostname_format

Other changes
^^^^^^^^^^^^^

-* (no changes yet)
+* Add enabled_options, disabled_options to GeneratorFactory (T271320)
+* Move interwiki() interwiki_prefix() and local_interwiki() methods from BaseSite to APISite
+* Add requests.Response.headers to log when an API error occurs (T272325)
+* Unused comms.threadedhttp module was removed; threadedhttp.HttpRequest was already replaced with requests.Response (T265206)

Future release notes
~~~~~~~~~~~~~~~~~~~~

-* 5.6.0: comms.http.request() will return a requests.Response object rather than plain text (T265206)
-* 5.6.0: comms.threadedhttp module will be removed (T265206)
* 5.6.0: APISite.loadimageinfo will no longer return any content
* 5.6.0: pagenenerators.handleArg() method will be removed in favour of handle_arg() (T271437)
* 5.5.0: Deprecated data attribute of http.fetch() result will be given up (T265206)

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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I6f02b2eadefe06d8f4e19c7b6d90ef2ea09e8a55
Gerrit-Change-Number: 659819
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged