You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec/changelogs
DeepBlueV7.X a383698be5
Improve distinction between tags and their attributes in the rich text section (#1433)
Originally the tags used to be bold, followed by a colon and separated
into two columns in a table. This at least restores the table aspect,
which makes it clear, that font is not an attribute (and similar).

This seems to have gotten lost in the transition to the new design.

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
1 year ago
..
appendices/newsfragments v1.2 changelog 2 years ago
application_service/newsfragments Prepare changelogs for v1.6 1 year ago
client_server/newsfragments Improve distinction between tags and their attributes in the rich text section (#1433) 1 year ago
identity_service/newsfragments Prepare changelogs for v1.6 1 year ago
internal/newsfragments Prepare changelogs for v1.6 1 year ago
legacy Add GitHub Action to check spelling (#3591) 2 years ago
push_gateway/newsfragments Prepare changelogs for v1.6 1 year ago
room_versions/newsfragments Clarify room version grammar (#1422) 1 year ago
server_server/newsfragments Send heroes for nameless rooms on send_join (#1425) 1 year ago
README.md Release process: changelog generation and docs (#3446) 3 years ago
header.md Fix broken links to `matrix-doc` (#1032) 2 years ago
pyproject.toml Fix broken links to `matrix-doc` (#1032) 2 years ago

README.md

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.