Normalize the changelog for Matrix 1.11
parent
4e32fca05f
commit
9c46fa3f35
@ -1 +1 @@
|
|||||||
Clarify that appservices should be notified of events relating to the sender_localpart user.
|
Clarify that appservices should be notified of events relating to the `sender_localpart` user.
|
||||||
|
@ -1 +1 @@
|
|||||||
Clarify specification by adding `/logout` to the overview list of endpoints that don't take a JSON request body.
|
Add `/logout` and clarify the endpoints which do not take a JSON request body.
|
||||||
|
@ -1 +1 @@
|
|||||||
Add optional `animated` query string option to `GET /_matrix/media/v3/thumbnail`, as per [MSC2705](https://github.com/matrix-org/matrix-spec-proposals/pull/2705).
|
Add optional `animated` query string option to `GET /thumbnail`, as per [MSC2705](https://github.com/matrix-org/matrix-spec-proposals/pull/2705).
|
@ -1 +0,0 @@
|
|||||||
Fix the OpenAPI definition of the security schemes.
|
|
@ -1 +0,0 @@
|
|||||||
Deprecate authentication via a query string, as per [MSC4126](https://github.com/matrix-org/matrix-spec-proposals/issues/4126).
|
|
@ -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.
|
@ -1 +1 @@
|
|||||||
Use `patternProperties` in more places with supported formats.
|
Link to existing grammar where possible in types.
|
||||||
|
@ -1 +1 @@
|
|||||||
Fix broken link to push rule condition kinds.
|
Fix various typos throughout the specification.
|
||||||
|
@ -1 +1 @@
|
|||||||
Clarify that per-request UIA for /login/get_token is an RFC 2119 MUST requirement.
|
Use RFC 2119 keywords more consistently.
|
||||||
|
@ -1 +1 @@
|
|||||||
Add the new `unsigned.membership` property to events served over the client-server API, as per [MSC4115](https://github.com/matrix-org/matrix-spec-proposals/pull/4115).
|
Add the new `unsigned.membership` property to events, as per [MSC4115](https://github.com/matrix-org/matrix-spec-proposals/pull/4115).
|
||||||
|
@ -1 +1 @@
|
|||||||
Use RFC 2119 keywords more consistently throughout various parts of the specification.
|
Use RFC 2119 keywords more consistently.
|
||||||
|
@ -1 +1 @@
|
|||||||
Minor clarifications to the "end-to-end encryption" module.
|
Clarify where keys reside when checking an `m.room.encrypted` event.
|
||||||
|
@ -1 +0,0 @@
|
|||||||
Fix the OpenAPI definition of the security schemes.
|
|
@ -1 +0,0 @@
|
|||||||
Deprecate authentication via a query string, as per [MSC4126](https://github.com/matrix-org/matrix-spec-proposals/issues/4126).
|
|
@ -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.
|
@ -1 +1 @@
|
|||||||
Formatting fixes in CONTRIBUTING.rst.
|
Formatting fixes in `CONTRIBUTING.rst`.
|
||||||
|
@ -1 +1 @@
|
|||||||
Reduce whitespace on mobile viewports
|
Improve rendering on mobile devices.
|
@ -1 +1 @@
|
|||||||
Arrange rows in `.basic-info` tables vertically when horizontal space is constrained.
|
Improve rendering on mobile devices.
|
@ -1 +1 @@
|
|||||||
Fix `github-labels.rst`
|
Fix `github-labels.rst`.
|
||||||
|
@ -1 +1 @@
|
|||||||
Upgrade jsonschema and python-jsonpath CI scripts dependencies.
|
Update dependencies.
|
@ -1 +1 @@
|
|||||||
Update most CI actions.
|
Update dependencies.
|
@ -1 +1 @@
|
|||||||
Update typos CI action.
|
Update dependencies.
|
@ -0,0 +1 @@
|
|||||||
|
Use `patternProperties` in more places with supported formats.
|
@ -1 +1 @@
|
|||||||
Fix minor spelling mistake of object being spelt "obiect".
|
Fix various typos throughout the specification.
|
@ -1 +0,0 @@
|
|||||||
Fix the OpenAPI definition of the security schemes.
|
|
@ -1 +1 @@
|
|||||||
Use `patternProperties` in more places with supported formats.
|
Link to existing grammar where possible in types.
|
||||||
|
Loading…
Reference in New Issue