matrix-spec/changelogs
Val Lorentz 23105625b1 Aggregations: remove not about "future extensions" (#1263)
* Aggregations: remove not about "future extensions"

It is now used by threading.

* Create 1263.clarification
2022-10-04 09:40:22 -06: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 Aggregations: remove not about "future extensions" (#1263) 2022-10-04 09:40:22 -06: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 Threads: Read receipts & notifications (#1255) 2022-09-28 14:49:25 -06: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.