Xqt submitted this change.

View Change

Approvals: Xqt: Verified; Looks good to me, approved
[doc] Update ROADMAP.rst and CONTENT.rst

Change-Id: Ia95d0fb47aa11c30207994521b7dd574316e18ae
---
M ROADMAP.rst
M pywikibot/CONTENT.rst
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ROADMAP.rst b/ROADMAP.rst
index 10859ad..f9e86ae 100644
--- a/ROADMAP.rst
+++ b/ROADMAP.rst
@@ -1,6 +1,7 @@
Current release changes
^^^^^^^^^^^^^^^^^^^^^^^

+* TextExtracts support was aded (T72682)
* Unused `get_redirect` parameter of Page.getOldVersion() has been dropped
* Provide BasePage.get_parsed_page() a public method
* Provide BuiltinNamespace.canonical_namespaces() with BuiltinNamespace IntEnum
diff --git a/pywikibot/CONTENT.rst b/pywikibot/CONTENT.rst
index 76b64f7..d38057b 100644
--- a/pywikibot/CONTENT.rst
+++ b/pywikibot/CONTENT.rst
@@ -108,6 +108,8 @@
+----------------------------+------------------------------------------------------+
| _decorators.py | Decorators used by page objects |
+----------------------------+------------------------------------------------------+
+ | _links.py | Objects representing link objects |
+ +----------------------------+------------------------------------------------------+
| _pages.py | Objects representing MediaWiki pages |
+----------------------------+------------------------------------------------------+
| _revision.py | Object representing page revision |

To view, visit change 772014. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ia95d0fb47aa11c30207994521b7dd574316e18ae
Gerrit-Change-Number: 772014
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-MessageType: merged