jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/736181 )

Change subject: [doc] update ROADMAP.rst and CHANGELOG.md
......................................................................

[doc] update ROADMAP.rst and CHANGELOG.md

Change-Id: Iecaaa4391ef3fd6eb94e398517802e173f9699f6
---
M ROADMAP.rst
M scripts/CHANGELOG.md
2 files changed, 14 insertions(+), 2 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/ROADMAP.rst b/ROADMAP.rst
index 0b525c1..817a239 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -4,6 +4,8 @@
 Improvements and Bugfixes
 -------------------------

+* Update invisible characters from unicodedata 14.0.0
+* Make site parameter of textlib.replace_links() mandatory (T294649)
 * Raise a generic ServerError if the http status code is unofficial (T293208)
 * Add support for Wikimedia OCR engine with proofreadpage
 * Rewrite tools.intersect_generators which makes it running up to 10'000 times 
faster. (T85623, T293276)
@@ -22,6 +24,13 @@
 Code cleanups
 -------------

+* Remove deprecated BaseSite namespace shortcuts
+* Remove deprecated Family.get_cr_templates method in favour of 
Site.category_redirects()
+* Remove deprecated Page.put_async() method (T193494)
+* Ignore baserevid parameter for several DataSite methods
+* Remove deprecated preloaditempages method
+* Remove disable_ssl_certificate_validation kwargs in http functions in favour 
of verify parameter (T265206)
+* Deprecated PYWIKIBOT2 environment variables were removed
 * version.ParseError was removed in favour of exceptions.VersionParseError
 * specialbots.EditReplacement and specialbots.EditReplacementError were 
removed in favour of exceptions.EditReplacementError
 * site.PageInUse exception was removed in favour of exceptions.PageInUseError
@@ -57,9 +66,9 @@
 Deprecations
 ^^^^^^^^^^^^

+* 7.0.0: baserevid parameter of editSource(), editQualifier(), removeClaims(), 
removeSources(), remove_qualifiers() DataSite methods will be removed
 * 7.0.0: Values of APISite.allpages() parameter filterredir other than True, 
False and None are deprecated
 * 6.5.0: OutputOption.output() method will be removed in favour of 
OutputOption.out property
 * 6.4.0: Pywikibot `began using semantic versioning
   
<https://www.mediawiki.org/wiki/Manual:Pywikibot/Development/Guidelines#Deprecation_Policy>`_,
   all deprecated code will be removed in Pywikibot version 7.0.0.
-* 5.0.0: Methods deprecated for 5 years or longer will be removed
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 138d75d..b87f57f 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -23,6 +23,9 @@
 ### commonscat
 * Ignore InvalidTitleError in CommonscatBot.findCommonscatLink (T291783)

+### cosmetic_changes
+* Ignore InvalidTitleError in CosmeticChangesBot.treat_page (T293612)
+
 ### djvutext
 * pass site arg only once (T292367)

@@ -88,7 +91,7 @@
 * Enable multiple sites (T57083)
 * Use new textlib.add_text function

-### cosmetic_changeds
+### cosmetic_changes
 * set -ignore option to CANCEL.MATCH by default (T108446)

 ### fixing_redirects

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/736181
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: Iecaaa4391ef3fd6eb94e398517802e173f9699f6
Gerrit-Change-Number: 736181
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to