jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101192?usp=email )

Change subject: doc: update ROADMAP.rst and CHANGELOG.rst
......................................................................

doc: update ROADMAP.rst and CHANGELOG.rst

Change-Id: I74f173381808aed4df0c2d420d59a13a99cb9988
---
M ROADMAP.rst
M scripts/CHANGELOG.rst
2 files changed, 14 insertions(+), 3 deletions(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/ROADMAP.rst b/ROADMAP.rst
index 7d36848..ff740a1 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -3,17 +3,20 @@

 **Improvements**

-* (no changes yet)
+* :attr:`.login.OauthLoginManager.access_token` was added
+* Representation string for :class:`login.LoginManager` was added
+* i18n updates

 **Bugfixes**

 * (no changes yet)

-**Breaking changes and code cleanups**
+**Code cleanups**

 * ``fix_digits`` method of :class:`textlib.TimeStripper` was removed;
   :func:`textlib.to_latin_digits` can be used instead
-* :mod:`textlib`.tzoneFixedOffset class was removed in favour of 
:class:`time.TZoneFixedOffset`
+* :mod:`textlib`.tzoneFixedOffset class was removed in favour of
+  :class:`time.TZoneFixedOffse<pywikibot.time.TZoneFixedOffset>`
 * A boolean *watch* parameter in :meth:`page.BasePage.save` is desupported
 * ``XMLDumpOldPageGenerator`` was removed in favour of a ``content`` parameter 
of
   :func:`pagegenerators.XMLDumpPageGenerator` (:phab:`T306134`)
@@ -29,13 +32,19 @@
 * ``tools.formatter.color_format()`` was removed; the new color literals can 
be used instead
 * RedirectPageBot and NoRedirectPageBot bot classes were removed in favour of
   :attr:`use_redirects<bot.BaseBot.use_redirects>` attribute
+
+** Other breaking changes**
+
 * Python 3.7 support was dropped (:phab:`T378893`), including 
*importlib_metadata* of
   :mod:`backports`
+* See also Current Deprecations below.


 Current Deprecations
 ====================

+* 10.0.0: 'millenia' argument for *precision* parameter of 
:class:`pywikibot.WbTime` is deprecated;
+  'millennium' must be used instead.
 * 10.0.0: *includeredirects* parameter of 
:func:`pagegenerators.AllpagesPageGenerator` and
   :func:`pagegenerators.PrefixingPageGenerator` is deprecated and should be 
replaced by *filterredir*
 * 9.6.0: 
:meth:`BaseSite.languages()<pywikibot.site._basesite.BaseSite.languages>` will 
be removed in favour of
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index 4254ddb..446c52d 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -4,6 +4,8 @@
 10.0.0
 ------

+* i18n updates
+
 dataextend
 ^^^^^^^^^^


--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1101192?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I74f173381808aed4df0c2d420d59a13a99cb9988
Gerrit-Change-Number: 1101192
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to