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
Will Hunt 1b69e03793
Add spec for MSC2449: Require users to have visibility on an event when submitting reports (#1517)
* Add MSC2249 support

* changelog

* Add a line on verification

* Changes based on review feedback

* Apply suggestions from code review

Co-authored-by: Travis Ralston <travpc@gmail.com>

* move tags field to the bottom of report_content.yaml

* fix duplicated content

now how did that happen

* fix up the 404 response schema

it wasn't displaying correctly in the rendered spec otherwise

* remove erroneous schema reference

* 1.7 -> 1.8

Co-authored-by: Travis Ralston <travpc@gmail.com>

---------

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Co-authored-by: Travis Ralston <travpc@gmail.com>
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
2 years ago
..
appendices/newsfragments Allow + in Matrix IDs. (#1583) 2 years ago
application_service/newsfragments Fix schema of custom fields in query for appservice API (#1584) 2 years ago
client_server/newsfragments Add spec for MSC2449: Require users to have visibility on an event when submitting reports (#1517) 2 years ago
identity_service/newsfragments Make sure examples types match schema in definitions (#1563) 2 years ago
internal/newsfragments Fix up attribution 2 years ago
legacy Add a hyphen between third and party when used as an adjective (#1447) 3 years ago
push_gateway/newsfragments Matrix 1.6 3 years ago
room_versions/newsfragments Matrix 1.7 3 years ago
server_server/newsfragments Remove mention of default port with SRV records (#1615) 2 years ago
README.md Release process: changelog generation and docs (#3446) 4 years ago
header.md Fix broken links to `matrix-doc` (#1032) 4 years ago
pyproject.toml Fix rendered changelog with new version of towncrier (#1598) 2 years ago
template.md.jinja Fix rendered changelog with new version of towncrier (#1598) 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.