jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/606636 )
Change subject: [doc] Update ROADMAP.rst and HISTORY.rst ......................................................................
[doc] Update ROADMAP.rst and HISTORY.rst
Change-Id: I3d0bef6bb5876af8a7073bd487274c9df5ad10ed --- M HISTORY.rst M ROADMAP.rst 2 files changed, 6 insertions(+), 0 deletions(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 42c8f1d..a9792fd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -25,6 +25,7 @@ * Page.getVersionHistory and Page.fullVersionHistory() methods has been desupported (T136513, T151110) * Update wikimediachapter_family (T250802) * Raise SpamblacklistError with spamblacklist APIError (T249436) +* SpamfilterError was renamed to SpamblacklistError (T249436) * Do not removeUselessSpaces inside source/syntaxhighlight tags (T250469) * Restrict Pillow to 6.2.2+ (T249911) * Fix PetScan generator language and project (T249704) @@ -663,6 +664,7 @@ * Bugfixes * Localisation updates * i18n: always follow master branch +* exception.UploadWarning was replaced by data.api.UploadWarning
2.0rc2 ------ @@ -738,6 +740,8 @@ * API client side prevention of anonymous writes * API layer support for boolean and date datatypes * Improved MediaWiki version detection +* PageNotFound exception is no longer used +* UserActionRefuse exception was replaced by UserRightsError and NotEmailableError
Other changes include:
diff --git a/ROADMAP.rst b/ROADMAP.rst index e4aa7e2..e8373ee 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -4,12 +4,14 @@ **Note: This is the last release supporting Python 2 and Python 3.4**
* Resolve namespaces with underlines (T252940) +* Fix getversion_svn for Python 3.6+ (T253617, T132292) * Bugfixes and improvements * Localisation updates
Future releases ~~~~~~~~~~~~~~~
+* 3.0.20200508: PageNotFound, SpamfilterError and UserActionRefuse exceptions will be removed (T253681) * 3.0.20200508: Page.getVersionHistory and Page.fullVersionHistory() methods will be removed (T136513, T151110) * 3.0.20200405: Site and Page methods deprecated for 10 years or longer will be removed * 3.0.20200326: Functions dealing with stars list will be removed
pywikibot-commits@lists.wikimedia.org