jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/650706 )
Change subject: [doc] update ROADMAP.rst ...................................................................... [doc] update ROADMAP.rst Change-Id: I24e2f1b588c0132747497942cddf64157c6aa21c --- M ROADMAP.rst 1 file changed, 9 insertions(+), 1 deletion(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 5fec263..44032aa 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,9 +1,13 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~ +* Allow using pywikibot as site-package without user-config.py (T270474) +* Python 3.10 is supported +* Fix AutoFamily scriptpath() call (T270370) +* Add support for skrwiki, skrwiktionary, eowikivoyage, wawikisource, madwiki (T268414, T268460, T269429, T269434, T269442) * wikistats methods fetch, raw_cached, csv, xml has been removed * PageRelatedError.getPage() has been removed in favour of PageRelatedError.page -* DataSite.get_item() method will be removed +* DataSite.get_item() method has been removed * global put_throttle option may be given as float (T269741) * Property.getType() method has been removed * Family.server_time() method was removed; it is still available from Site object (T89451) @@ -15,10 +19,14 @@ * site parameter of comms.http.requests() function is mandatory and cannot be omitted * date.MakeParameter() function has been removed * api.Request.http_params() method has been removed +* L10N updates Future release notes ~~~~~~~~~~~~~~~~~~~~ +* 5.3.0: api.ParamInfo.modules property will be removed +* 5.3.0: LogEntryFactory.logtypes property will be removed +* 5.3.0: stdout parameter of logging.output()/pywikibot.output() function will be desupported * 5.1.0: Positional arguments of page.Revision must be replaced by keyword arguments (T259428) * 5.0.0: HttpRequest result of http.fetch() will be replaced by requests.Response (T265206) * 5.0.0: OptionHandler.options dict will be removed in favour of OptionHandler.opt -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/650706 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I24e2f1b588c0132747497942cddf64157c6aa21c Gerrit-Change-Number: 650706 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
