You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.rst
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,20 @@ Features
12
12
--------
13
13
14
14
- Support was added for Mercurial SCM. (`#394<https://github.com/twisted/towncrier/issues/394>`_)
15
-
- The `towncrier check` command now has a `--staged` flag to inspect the files staged for commit when checking for a news fragment: useful in a pre-commit hook (`#676<https://github.com/twisted/towncrier/issues/676>`_)
16
-
- When used with an `pyproject.toml` file, when no explicit values are
17
-
defined for [tool.towncrier.name|package] they will now fallback to
18
-
the value of [project.name]. (`#687<https://github.com/twisted/towncrier/issues/687>`_)
19
-
- More simple configuration for Keep a Changelog style changelogs (`#691<https://github.com/twisted/towncrier/issues/691>`_)
15
+
- The:command:`towncrier check` command now has a ``--staged`` flag to inspect the files staged for commit when checking for a news fragment: useful in a pre-commit hook (`#676<https://github.com/twisted/towncrier/issues/676>`_)
16
+
- When used with an:file:`pyproject.toml` file, when no explicit values are
17
+
defined for ``[tool.towncrier.name|package]`` they will now fallback to
18
+
the value of ``[project.name]``. (`#687<https://github.com/twisted/towncrier/issues/687>`_)
19
+
- The `directory` configuration option is no longer required.
20
+
It can now be generated based on value from the `name` configuration.
- Added support for Python 3.13 and removed support for Python 3.8. (`#700<https://github.com/twisted/towncrier/issues/700>`_)
21
23
22
24
23
25
Bugfixes
24
26
--------
25
27
26
-
- Multi-linenewsfragmentsthatends with a code block will now have a newline inserted before appending the link to the issue, to avoid breaking formatting. (`#614<https://github.com/twisted/towncrier/issues/614>`_)
28
+
- Multi-linenews fragmentsthatend with a code block will now have a newline inserted before appending the link to the issue, to avoid breaking formatting. (`#614<https://github.com/twisted/towncrier/issues/614>`_)
27
29
- Markdown header level is correctly inferred from ``title_format``. (`#695<https://github.com/twisted/towncrier/issues/695>`_)
28
30
29
31
@@ -37,6 +39,7 @@ Improved Documentation
37
39
Deprecations and Removals
38
40
-------------------------
39
41
42
+
- Support for Python 3.8 was removed. (`#700<https://github.com/twisted/towncrier/issues/700>`_)
40
43
- When no sections are present,
41
44
the default Markdown template now renders the category headers as H2.
42
45
In previous versions it was rendered as H3. (`#663<https://github.com/twisted/towncrier/issues/663>`_)