jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/994684?usp=email )
Change subject: [doc] Notice deprecated old color format ......................................................................
[doc] Notice deprecated old color format
Change-Id: I87c61a08a696b7330ddc9f5464322f19469a15fe --- M ROADMAP.rst 1 file changed, 10 insertions(+), 0 deletions(-)
Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved
diff --git a/ROADMAP.rst b/ROADMAP.rst index 47f1e2d..9b450fd 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -119,6 +119,7 @@ * 7.6.0: :mod:`tools.collections` datatypes should no longer imported from :mod:`tools` * 7.5.0: :mod:`textlib`.tzoneFixedOffset class will be removed in favour of :class:`time.TZoneFixedOffset` * 7.4.0: ``FilePage.usingPages()`` was renamed to :meth:`using_pages()<pywikibot.FilePage.using_pages>` +* 7.3.0: Old color escape sequences like ``\03{color}`` is deprecated in favour of new color format like <<color>> * 7.3.0: ``linkitrail`` method of :class:`family.Family` is deprecated; use :meth:`APISite.linktrail() <pywikibot.site._apisite.APISite.linktrail>` instead * 7.2.0: ``tb`` parameter of :func:`exception()<pywikibot.exception>` function was renamed to ``exc_info``
pywikibot-commits@lists.wikimedia.org