jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/557517 )
Change subject: [doc] Update HISTORY.rst ......................................................................
[doc] Update HISTORY.rst
Change-Id: I6ff7dd496bc0af3e182d2607033eaf7a8622f336 --- M HISTORY.rst 1 file changed, 13 insertions(+), 1 deletion(-)
Approvals: Dvorapa: Looks good to me, approved jenkins-bot: Verified
diff --git a/HISTORY.rst b/HISTORY.rst index 27968bc..8c82a40 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,19 @@ Current release ---------------
-* enum34 package is mandatory for Python 2.7 +* replaceCategoryInPlace: Allow LRM and RLM at the end of the old_cat title (T240084) +* Support for Python 3.4 will be dropped (T239542) +* Derive LoginStatus from IntEnum (T213287, T239533) +* enum34 package is mandatory for Python 2.7 (T213287) +* call LoginManager with keyword arguments (T237501) +* Enable Pywikibot for Python 3.8 (T238637) +* Derive BaseLink from tools.UnicodeMixin (T223894) +* Make _flush aware of _putthread ongoing tasks (T147178) +* Add family file for foundation wiki (T237888) +* Fix generate_family_file.py for private wikis (T235768) +* Add rank parameter to Claim initializer +* Add current directory for similar script search (T217195) +* Release BaseSite.lock_page mutex during sleep * Implement deletedrevisions api call (T75370) * assert_valid_iter_params may raise AssertionError instead of pywikibot.Error (T233582) * Upcast getRedirectTarget result and return the appropriate page subclass (T233392)
pywikibot-commits@lists.wikimedia.org