Normalize the changelog for Matrix 1.11

This commit is contained in:
Travis Ralston 2024-06-19 21:52:21 -06:00
parent 4e32fca05f
commit 9c46fa3f35
31 changed files with 21 additions and 23 deletions

View file

@ -1 +0,0 @@
Fix the OpenAPI definition of the security schemes.

View file

@ -1 +0,0 @@
Deprecate authentication via a query string, as per [MSC4126](https://github.com/matrix-org/matrix-spec-proposals/issues/4126).

View file

@ -0,0 +1 @@
Authentication using a query string is now deprecated, as per [MSC4126](https://github.com/matrix-org/matrix-spec-proposals/issues/4126). The `Authorization` header should be used instead.