jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/610755 )
Change subject: [doc] Update ROADMAP.rst ......................................................................
[doc] Update ROADMAP.rst
Change-Id: I35908271e54d104b12e5e68b69b4b186311bb7be --- M ROADMAP.rst 1 file changed, 7 insertions(+), 1 deletion(-)
Approvals: Zhuyifei1999: Looks good to me, approved jenkins-bot: Verified
diff --git a/ROADMAP.rst b/ROADMAP.rst index 27af648..28cdc24 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,11 +1,18 @@ Current release ~~~~~~~~~~~~~~~
+* Functions dealing with stars list were removed +* Some pagegenerators functions were deprecated which should be replaced by site generators +* LogEntry became a UserDict; all content can be accessed by its key +* URLs for new toolforge.org domain were updated +* pywikibot.__release__ was deprecated * Use one central point for framework version (T106121, T171886, T197936, T253719) * rvtoken parameter of Site.loadrevisions() and Page.revisions() has been dropped (T74763) * getFilesFromAnHash and getImagesFromAnHash Site methods have been removed * Site and Page methods deprecated for 10 years or longer have been removed * Support for Python 2 and 3.4 has been dropped (T213287, T239542) +* Bugfixes and improvements +* Localisation updates
Future releases ~~~~~~~~~~~~~~~ @@ -15,5 +22,4 @@ * 3.0.20200703: Unported compat decode parameter of Page.title() will be removed * 3.0.20200703: tools.count, tools.Counter, tools.OrderedDict and ContextManagerWrapper will be removed * 3.0.20200508: Page.getVersionHistory and Page.fullVersionHistory() methods will be removed (T136513, T151110) -* 3.0.20200326: Functions dealing with stars list will be removed * 3.0.20200306: Support of MediaWiki releases below 1.19 will be dropped (T245350)
pywikibot-commits@lists.wikimedia.org