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-proposals/changelogs
DeepBlueV7.X 938354b8b4
Rename threepidCreds to threepid_creds and get rid of array (#3471)
This fixes the behaviour to match what synapse implements in practice.
If you use threepidCreds, you will just get an error about a missing
threepid_creds field. Synapse also treats this as an object. All clients
also seem to send threepid_creds, if they work on Synapse. Since
matrix.org requires an email currently for registration, most clients
that implement registration, will hit this issue.

a0f48ee89d/synapse/handlers/ui_auth/checkers.py (L145)

fixes #3156
fixes #2189

Signed-off-by: Nicolas Werner <nicolas.werner@hotmail.de>
4 years ago
..
application_service/newsfragments Release process: changelog generation and docs (#3446) 4 years ago
client_server/newsfragments Rename threepidCreds to threepid_creds and get rid of array (#3471) 4 years ago
identity_service/newsfragments Update identity server spec to use global versioning (#3459) 4 years ago
legacy Release process: changelog generation and docs (#3446) 4 years ago
push_gateway/newsfragments Release process: changelog generation and docs (#3446) 4 years ago
server_server/newsfragments Release process: changelog generation and docs (#3446) 4 years ago
README.md Release process: changelog generation and docs (#3446) 4 years ago
header.md Release process: changelog generation and docs (#3446) 4 years ago
pyproject.toml Release process: changelog generation and docs (#3446) 4 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.