jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/621526 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
Change-Id: Ic416f545d24d8e6b18a4b07446db780576777fa0 --- M ROADMAP.rst 1 file changed, 4 insertions(+), 3 deletions(-)
Approvals: D3r1ck01: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index bdd50c8..a5935fa 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,20 +1,21 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~
+* site/family methods code2encodings() and code2encoding() has been removed in favour of encoding()/endcodings() methods +* Site.getExpandedString() method was removed in favour of expand_text +* Site.Family() function was removed in favour of Family.load() method * Add wikispore family (T260049)
Future release notes ~~~~~~~~~~~~~~~~~~~~
+* 4.2.0: tools.StringTypes will be removed * 4.1.0: Deprecated editor.command will be removed * 4.1.0: tools.open_compressed, tools.UnicodeType and tools.signature will be removed * 4.1.0: comms.PywikibotCookieJar and comms.mode_check_decorator will be removed * 4.0.0: Deprecated tools.UnicodeMixin and tools.IteratorNextMixin will be removed -* 4.0.0: Site.Family() function will be removed in favour of Family.load() method -* 4.0.0: Site.getExpandedString method will be removed in favour of expand_text * 4.0.0: Unused parameters of page methods like forceReload, insite, throttle, step will be removed -* 4.0.0: site/family methods code2encodings and code2encoding will be removed in favour of encoding/endcodings methods * 4.0.0: Methods deprecated for 6 years or longer will be removed * 3.0.20200508: Page.getVersionHistory and Page.fullVersionHistory() methods will be removed (T136513, T151110) * 3.0.20200306: Support of MediaWiki releases below 1.19 will be dropped (T245350)
pywikibot-commits@lists.wikimedia.org