Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[doc] Update ROADMAP.rst and CHANGELOG.md

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

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

+* 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)
* The cached output functionality from compat release was re-implemented (T151727, T73646, T74942, T132135, T144698, T196039, T280466)
* L10N updates
@@ -20,6 +22,16 @@
Code cleanups
-------------

+* 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
+* page.UnicodeToAsciiHtml and page.unicode2html were removed in favour of tools.chars.string_to_ascii_html and tools.chars.string2html
+* interwiki_graph.GraphImpossible and login.OAuthImpossible exception were removed in favour of ImportError
+* i18n.TranslationError was removed in favour of exceptions.TranslationError
+* WikiaFamily was removed in favour of FandomFamily
+* data.api exceptions were removed in favour of exceptions module
+* cosmetic_changes CANCEL_ALL/PAGE/METHOD/MATCH constants were removed in favour of CANCEL enum
+* pywikibot.__release__ was removed in favour of pywikibot.__version__
* TextfilePageGenerator was replaced by TextIOPageGenerator
* PreloadingItemGenerator was replaced by PreloadingEntityGenerator
* DuplicateFilterPageGenerator was replaced by tools.filter_unique
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index 6677768..886f0f5 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -3,6 +3,9 @@
## 7.0.0
*In development*

+### general
+* Provide ConfigParserBot for several scripts (T223778)
+
### add_text
* Provide -create and -createonly options (T291354)
* Deprecated function get_text() was removed in favour of Page.text and BaseBot.skip_page()

To view, visit change 735714. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I6d0d0f24480c7c988b17cf6e2cfb4df2c324e094
Gerrit-Change-Number: 735714
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-CC: jenkins-bot
Gerrit-MessageType: merged