Version 3.1.0a3

v3.1.0a3
Ashley Whetter 4 months ago
parent 5c423ffb42
commit 8020036353

@ -5,6 +5,25 @@ Versions follow `Semantic Versioning <https://semver.org/>`_ (``<major>.<minor>.
.. towncrier release notes start
v3.1.0a3 (2024-02-16)
---------------------
Bugfixes
^^^^^^^^
- Rename "single page output" to "own page output". (#226)
- Also added tests for own page output. (#226)
- Fix some inherited members always being rendered. (#226)
- Own page members of an entity are linked to after the docstring
of the parent entity. (#226)
- Fix entities below the "class" level that have their own page
from rendering incorrectly. (#226)
v3.0.0 (2023-09-26)
-------------------

@ -3,5 +3,5 @@
from .extension import setup
__all__ = ("setup",)
__version__ = "3.0.0"
__version_info__ = (3, 0, 0)
__version__ = "3.1.0a3"
__version_info__ = (3, 1, 0)

Loading…
Cancel
Save