matrix-spec/changelogs
2025-08-06 15:55:38 -04:00
..
appendices/newsfragments
application_service/newsfragments
client_server/newsfragments
identity_service/newsfragments Matrix 1.15 2025-06-26 10:43:51 -06:00
internal/newsfragments
legacy Add a hyphen between third and party when used as an adjective (#1447) 2023-03-08 09:58:29 +00:00
push_gateway/newsfragments
room_versions/newsfragments v1.14 2025-03-27 10:28:55 -06:00
server_server/newsfragments
pyproject.toml
README.md
template.md.jinja

Changelogs

Towncrier is used to manage the changelog and keep it up to date. Because of this, updating a changelog is really easy.

Generating the changelog

Please see the release docs for more information.

Creating a new changelog

There are a few places you'll have to update:

  • /layouts/shortcodes/changelog/changelog-changes.html to account for the new changelog.
  • /scripts/generate-changelog.sh to render the changelog for releases.
  • Supporting documentation such as the contributing guidelines.