Skip to content

Commit ba685ee

Browse files
committed
Update changelog
1 parent 014f144 commit ba685ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Major changes
2222
- Added support for Python 3.10 up to 3.14.[:pull:`85` by @stevepiercy]
2323
- Adjusted a unit test regular expression for :file:`bottle_test.py`. [:pull:`85` by @stevepiercy]
2424
- Use MDN documentation for information about HTTP status codes instead of ``w3.org``. [:pull:`78` by @jamesrobson-secondmind]
25-
- Add ``:addtoc:`` flag to registrer entry for page-level table-of-contents [:pull:`80` by @sevdog]
25+
- Added ``:addtoc:`` option for ``http`` directives to register HTTP API endpoints and display them in the page-level table of contents. [:pull:`80` by @sevdog]
2626

2727

2828
Internal

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Additionally, you may specify custom options to the directives:
314314
:synopsis: Returns posts by the specified tag for the user
315315

316316
``addtoc``
317-
Adds element to page level table-of-contents.
317+
Adds HTTP API endpoint elements to the page-level table of contents.
318318

319319
.. sourcecode:: rst
320320

0 commit comments

Comments
 (0)