docs-matrix-spec/changelogs
2022-09-22 11:25:32 +01:00
..
appendices/newsfragments v1.2 changelog 2022-02-02 10:05:30 -07:00
application_service/newsfragments Use auth header instead of query param for hs->as comms (#1200) 2022-08-04 11:33:16 -06:00
client_server/newsfragments Fix typos in the spec related to account data (#1243) 2022-09-22 11:25:32 +01:00
identity_service/newsfragments Clarify the use of JSON in requests and responses (#1185) 2022-07-28 13:45:54 +01:00
internal/newsfragments Fix spacing of mapping types (#1230) 2022-09-06 10:21:51 -06:00
legacy Add GitHub Action to check spelling (#3591) 2021-12-28 09:17:49 -07:00
push_gateway/newsfragments Add HTML ids for object definitions in the formatted specification (#1174) 2022-07-19 13:25:30 -06:00
room_versions/newsfragments Remove declared-invalid invite->knock restriction from auth rules (#1175) 2022-08-02 17:20:52 -06:00
server_server/newsfragments Tweak style of <code> samples in rendered tables (#1179) 2022-08-02 14:49:27 +01:00
header.md Fix broken links to matrix-doc (#1032) 2022-04-20 16:36:14 +01:00
pyproject.toml Fix broken links to matrix-doc (#1032) 2022-04-20 16:36:14 +01:00
README.md Release process: changelog generation and docs (#3446) 2021-10-18 10:09:35 -06:00

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.