Changelog normalization for Matrix 1.10

This commit is contained in:
Travis Ralston 2024-03-19 15:47:06 -06:00
parent 44c16918fd
commit 15663d405e
6 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
Clarify that read-receipts should be batched by thread as well as room.
Clarify that read receipts should be batched by thread as well as by room.

View file

@ -1 +1 @@
Make clearer in the example for reply fallbacks that the prefix sequence should be repeated for each line.
Clarify in the reply fallbacks example that the prefix sequence should be repeated for each line.

View file

@ -1 +1 @@
Use the `body` field as media caption, as per [MSC2530](https://github.com/matrix-org/matrix-spec-proposals/pull/2530).
Use the `body` field as optional media caption, as per [MSC2530](https://github.com/matrix-org/matrix-spec-proposals/pull/2530).

View file

@ -1 +1 @@
Add support for recursion on the /relations endpoints (MSC3981).
Add support for recursion on the `GET /relations` endpoints, as per [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981).

View file

@ -1 +1 @@
Add some clarifications around implementation requirements for MSCs
Add some clarifications around implementation requirements for MSCs.