Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/758039 )
Change subject: [doc] update CHANGELOG.md and ROADMAP.rst ......................................................................
[doc] update CHANGELOG.md and ROADMAP.rst
Change-Id: I1d6f3339228cecc3b0bf709c8c7867f95088076d --- M ROADMAP.rst M scripts/CHANGELOG.md 2 files changed, 4 insertions(+), 0 deletions(-)
Approvals: Xqt: Verified; Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index 7e235f0..c3ed0ea 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -4,6 +4,9 @@ Improvements ------------
+* Allow categories when saving IndexPage (T299806) +* Add a new function case_escape to textlib +* Support inheritance of the __STATICREDIRECT__ * Avoid non-deteministic behavior in removeDisableParts * Update isbn dependency and require python-stdnum >= 1.17 * Synchronize Page.linkedPages() parameters with Site.pagelinks() parameters diff --git a/scripts/CHANGELOG.md b/scripts/CHANGELOG.md index 197a84c..a5bd8a2 100644 --- a/scripts/CHANGELOG.md +++ b/scripts/CHANGELOG.md @@ -47,6 +47,7 @@ * L10N updates
### replace +* Enable default behaviour with -mysqlquery (T299306) * Deprecated "acceptall" and "addedCat" parameters were replaced by "always" and "addcat"
### revertbot
pywikibot-commits@lists.wikimedia.org