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
+43Lines changed: 43 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,49 @@ Release notes
5
5
6
6
.. towncrier release notes start
7
7
8
+
towncrier 25.8.0rc1 (2025-08-15)
9
+
================================
10
+
11
+
Features
12
+
--------
13
+
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>`_)
20
+
- Added support for Python 3.13 and removed support for Python 3.8. (`#700 <https://github.com/twisted/towncrier/issues/700>`_)
21
+
22
+
23
+
Bugfixes
24
+
--------
25
+
26
+
- Multi-line newsfragments that ends 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
+
- Markdown header level is correctly inferred from ``title_format``. (`#695 <https://github.com/twisted/towncrier/issues/695>`_)
28
+
29
+
30
+
Improved Documentation
31
+
----------------------
32
+
33
+
- The documentation RST source files are now included in the sdist package. (`#672 <https://github.com/twisted/towncrier/issues/672>`_)
34
+
- Refactor the default markdown template to make it easier to understand, extend, and customize. (`#706 <https://github.com/twisted/towncrier/issues/706>`_)
35
+
36
+
37
+
Deprecations and Removals
38
+
-------------------------
39
+
40
+
- When no sections are present,
41
+
the default Markdown template now renders the category headers as H2.
42
+
In previous versions it was rendered as H3. (`#663 <https://github.com/twisted/towncrier/issues/663>`_)
0 commit comments