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.
6adacd18c1
* Arrange a few titles Before this change, PublicRoomsChunk in the spec text could be found in two places (actually three but the third one is identical to the first one), defining two (_mostly_ identical but) different schemas. Ctrl-F'ing through the spec may confuse you with the "wrong" definition. This commit gives distinct schemas distinct names; aside from PublicRoomChunk, the same story happens with the derivative of stripped_state.yaml used in space_hierarchy.yaml (it's not exactly StrippedStateEvent either). As for the removal of `PublicRoomsChunks` (plural) - this title is unnecessary because the tooling would place rather self-explanatory `[PublicRoomsChunk]` without it, whereas the plural title ends up with no definition in the spec text. * Add changelog |
2 years ago | |
---|---|---|
.. | ||
appendices/newsfragments | ||
application_service/newsfragments | ||
client_server/newsfragments | 2 years ago | |
identity_service/newsfragments | ||
legacy | ||
push_gateway/newsfragments | ||
room_versions/newsfragments | 2 years ago | |
server_server/newsfragments | ||
README.md | ||
header.md | ||
pyproject.toml |
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.