Skip to content

Commit aae1d33

Browse files
adiroibanwebknjaz
andauthored
Apply suggestions from code review
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <sviat@redhat.com>
1 parent cb696b2 commit aae1d33

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

NEWS.rst

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,20 @@ Features
1212
--------
1313

1414
- 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.
21+
(`#691 <https://github.com/twisted/towncrier/issues/691>`_)
2022
- Added support for Python 3.13 and removed support for Python 3.8. (`#700 <https://github.com/twisted/towncrier/issues/700>`_)
2123

2224

2325
Bugfixes
2426
--------
2527

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>`_)
28+
- Multi-line news fragments that end 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>`_)
2729
- Markdown header level is correctly inferred from ``title_format``. (`#695 <https://github.com/twisted/towncrier/issues/695>`_)
2830

2931

@@ -37,6 +39,7 @@ Improved Documentation
3739
Deprecations and Removals
3840
-------------------------
3941

42+
- Support for Python 3.8 was removed. (`#700 <https://github.com/twisted/towncrier/issues/700>`_)
4043
- When no sections are present,
4144
the default Markdown template now renders the category headers as H2.
4245
In previous versions it was rendered as H3. (`#663 <https://github.com/twisted/towncrier/issues/663>`_)

0 commit comments

Comments
 (0)