jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/926673 )

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

[doc] update ROADMAP.rst and CHANGELOG.rst

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

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




diff --git a/ROADMAP.rst b/ROADMAP.rst
index ef0878b..ce37c11 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,7 +1,12 @@
 Current release
 ---------------
 
-* return 'https' scheme with :meth:`family.Family.protocol` (:phab:`T326046`)
+* Enable :meth:`FilePage.download()<pywikibot.FilePage.download>` to download 
thumbnails (:phab:`T247095`)
+* Refactor :func:`tools.compute_file_hash` and use ``hashlib.file_digest`` 
with Python 3.11
+* Url ends with curly bracket in :func:`textlib.compileLinkR` (:phab:`T338029`)
+* Allows spaces in environment variables for :class:`editor.TextEditor` 
(:phab:`T102465`, :phab:`T323078`)
+* Add :func:`textlib.get_regexes` puplic function (:phab:`T336144`)
+* Return 'https' scheme with :meth:`family.Family.protocol` (:phab:`T326046`)
 * Use ``build`` instead of ``setuptools.setup()`` to build the distribution
 * Raise ``ConnectionError`` on ``requests.ReadTimeout`` in 
:func:`comms.http.error_handling_callback`
 * Raise :exc:`exceptions.ServerError` on ``requests.ReadTimeout`` in 
:func:`comms.http.error_handling_callback`
@@ -46,7 +51,7 @@
 * 7.2.0: RedirectPageBot and NoRedirectPageBot bot classes are deprecated in 
favour of
   :attr:`use_redirects<bot.BaseBot.use_redirects>` attribute
 * 7.2.0: :func:`tools.formatter.color_format<tools.formatter.color_format>` is 
deprecated and will be removed
-* 7.1.0: Unused `get_redirect` parameter of Page.getOldVersion() will be 
removed
+* 7.1.0: Unused ``get_redirect`` parameter of 
:meth:`Page.getOldVersion()<page.BasePage.getOldVersion>` will be removed
 * 7.1.0: APISite._simple_request() will be removed in favour of 
APISite.simple_request()
 * 7.0.0: User.isBlocked() method is renamed to is_blocked for consistency
 * 7.0.0: Private BaseBot counters _treat_counter, _save_counter, _skip_counter 
will be removed in favour of collections.Counter counter attribute
diff --git a/scripts/CHANGELOG.rst b/scripts/CHANGELOG.rst
index d4f4f2c..12796d4 100644
--- a/scripts/CHANGELOG.rst
+++ b/scripts/CHANGELOG.rst
@@ -9,6 +9,11 @@

 * KeyboardInterrupt was enabled for -async option

+listpages
+~~~~~~~~~
+
+* ``-tofile`` option was added to save list to a file
+
 noreferences
 ~~~~~~~~~~~~


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

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I421e0918d2a0e1a03e0187743e77a41c6d753379
Gerrit-Change-Number: 926673
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.w...@aol.com>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
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