Skip to content

Commit

Permalink
[doc] Update ROADMAP.rst and CHANGELOG.md
Browse files Browse the repository at this point in the history
Change-Id: I260cfdfcdf248de53871d3154fe7a0dbe1f7962f
  • Loading branch information
xqt committed Oct 15, 2021
1 parent 64cca51 commit 80a4329
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ROADMAP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ Current release changes
Improvements and Bugfixes
-------------------------

* 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
* Adjust groupsize within pagegenerators.PreloadingGenerator (T291770)
* New "maxlimit" property was added to APISite (T291770)

Expand All @@ -18,6 +20,10 @@ Breaking changes
Code cleanups
-------------

* TextfilePageGenerator was replaced by TextIOPageGenerator
* PreloadingItemGenerator was replaced by PreloadingEntityGenerator
* DuplicateFilterPageGenerator was replaced by tools.filter_unique
* ItemPage.concept_url method was replaced by ItemPage.concept_uri
* Outdated parameter names has been dropped
* Deprecated pywikibot.Error exception were removed in favour of pywikibot.exceptions.Error classes (T280227)
* Deprecated exception identifiers were removed (T280227)
Expand Down
3 changes: 3 additions & 0 deletions scripts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
### category
* Deprecated code parts were removed

### commonscat
* Ignore InvalidTitleError in CommonscatBot.findCommonscatLink (T291783)

### djvutext
* pass site arg only once (T292367)

Expand Down

0 comments on commit 80a4329

Please sign in to comment.