jenkins-bot submitted this change.
[doc] update ROADMAP.rst, HISTORY.rst and CHANGELOG.md
Change-Id: I57582291053dc89273b6dd6379fec121a689f4b8
---
M HISTORY.rst
M ROADMAP.rst
M scripts/CHANGELOG.md
3 files changed, 13 insertions(+), 1 deletion(-)
diff --git a/HISTORY.rst b/HISTORY.rst
index 953d749..4c4b7f8 100644
--- a/HISTORY.rst
+++ b/HISTORY.rst
@@ -1,6 +1,13 @@
Release history
^^^^^^^^^^^^^^^
+6.6.5
+-----
+*07 February 2022*
+
+* L10N updates
+
+
6.6.4
-----
*27 January 2022*
@@ -872,7 +879,6 @@
* Use API's retry-after value (T144023)
* Provide startprefix parameter for Category.articles() (T74101, T143120)
* Page.put_async() is marked as deprecated (T193494)
-* pagegenerators.RepeatingGenerator is marked as deprecated (T192229)
* Deprecate requests-requirements.txt (T193476)
* Bugfixes and improvements
* New mediawiki projects were provided
diff --git a/ROADMAP.rst b/ROADMAP.rst
index c3ed0ea..cbd48ab 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -4,6 +4,9 @@
Improvements
------------
+* to_latin_digits() function was added to textlib as counterpart of to_local_digits() function
+* api.Request.submit now handles search-title-disabled and search-text-disabled API Errors
+* A show_diff parameter was added to Page.put() and Page.change_category()
* Allow categories when saving IndexPage (T299806)
* Add a new function case_escape to textlib
* Support inheritance of the __STATICREDIRECT__
@@ -69,6 +72,8 @@
Code cleanups
-------------
+* BaseBot.stop() method were removed in favour of BaseBot.generator.close()
+* showHelp() function was remove in favour of show_help
* Remove AllpagesPageGenerator, UnconnectedPageGenerator, CombinedPageGenerator, WantedPagesPageGenerator pagegenerators
* Remove deprecated echo.Notification.id
* Remove APISite.newfiles() method (T168339)
diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md
index a5bd8a2..a77684a 100644
--- a/scripts/CHANGELOG.md
+++ b/scripts/CHANGELOG.md
@@ -18,6 +18,7 @@
* Derive CheckerBot from CurrentPageBot (T196851, T171713)
### category
+* CleanBot was added which can be invoked by clean action option
* Recurse CategoryListifyRobot with depth
* Show a warning if a pagegenerator option is not enabled (T298522)
* Deprecated code parts were removed
To view, visit change 760636. To unsubscribe, or for help writing mail filters, visit settings.