Use Markdown in changelog descriptions
parent
315cf67f6b
commit
415199bd3d
@ -1 +1 @@
|
|||||||
Add key backup (``/room_keys/*``) endpoints.
|
Add key backup (`/room_keys/*`) endpoints.
|
||||||
|
@ -1 +1 @@
|
|||||||
Document how clients can advise recipients that it is withholding decryption keys as per `MSC2399 <https://github.com/matrix-org/matrix-doc/pull/2399>`_.
|
Document how clients can advise recipients that it is withholding decryption keys as per [MSC2399](https://github.com/matrix-org/matrix-doc/pull/2399).
|
||||||
|
@ -1 +1 @@
|
|||||||
Add cross-signing properties to the response of ``POST /keys/query`` per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
Add cross-signing properties to the response of `POST /keys/query` per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
||||||
|
@ -1 +1 @@
|
|||||||
Add ``POST /keys/device_signing/upload`` and ``POST /keys/signatures/upload`` per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
Add `POST /keys/device_signing/upload` and `POST /keys/signatures/upload` per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
||||||
|
@ -1 +1 @@
|
|||||||
Fix issues with ``age`` and ``unsigned`` being shown in the wrong places.
|
Fix issues with `age` and `unsigned` being shown in the wrong places.
|
||||||
|
@ -1 +1 @@
|
|||||||
Remove unimplemented ``m.login.oauth2`` and ``m.login.token`` user-interactive authentication mechanisms.
|
Remove unimplemented `m.login.oauth2` and `m.login.token` user-interactive authentication mechanisms.
|
||||||
|
@ -1 +1 @@
|
|||||||
Remove ``room_id`` from ``/sync`` examples.
|
Remove `room_id` from `/sync` examples.
|
||||||
|
@ -1 +1 @@
|
|||||||
Improve consistency and clarity of event schema ``title``\ s.
|
Improve consistency and clarity of event schema `title` s.
|
||||||
|
@ -1 +1 @@
|
|||||||
Add a ``device_id`` parameter to login fallback per `MSC2604 <https://github.com/matrix-org/matrix-doc/pull/2604>`_.
|
Add a `device_id` parameter to login fallback per [MSC2604](https://github.com/matrix-org/matrix-doc/pull/2604).
|
||||||
|
@ -1 +1 @@
|
|||||||
Clarify the behaviour of ``state`` for ``/sync`` with lazy-loading.
|
Clarify the behaviour of `state` for `/sync` with lazy-loading.
|
||||||
|
@ -1 +1 @@
|
|||||||
Added support for ``reason`` on all membership events and related endpoints as per `MSC2367 <https://github.com/matrix-org/matrix-doc/pull/2367>`_.
|
Added support for `reason` on all membership events and related endpoints as per [MSC2367](https://github.com/matrix-org/matrix-doc/pull/2367).
|
||||||
|
@ -1 +1 @@
|
|||||||
Add a 404 ``M_NOT_FOUND`` error to push rule endpoints as per `MSC2663 <https://github.com/matrix-org/matrix-doc/pull/2663>`_.
|
Add a 404 `M_NOT_FOUND` error to push rule endpoints as per [MSC2663](https://github.com/matrix-org/matrix-doc/pull/2663).
|
||||||
|
@ -1 +1 @@
|
|||||||
Make ``reason`` and ``score`` parameters optional in the content reporting API (MSC2414).
|
Make `reason` and `score` parameters optional in the content reporting API (MSC2414).
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
Add cross-signing:
|
Add cross-signing:
|
||||||
|
|
||||||
- Add properties to the response of ``GET /user/keys`` and ``GET
|
- Add properties to the response of `GET /user/keys` and `GET
|
||||||
/user/devices/{userId}``.
|
/user/devices/{userId}`.
|
||||||
- The ``m.device_list_update`` EDU is sent when a device gets a new signature.
|
- The `m.device_list_update` EDU is sent when a device gets a new signature.
|
||||||
- A new ``m.signing_key_update`` EDU is sent when a user's cross-signing keys
|
- A new `m.signing_key_update` EDU is sent when a user's cross-signing keys
|
||||||
are changed.
|
are changed.
|
||||||
|
|
||||||
per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
per [MSC1756](https://github.com/matrix-org/matrix-doc/pull/1756).
|
||||||
|
@ -1 +1 @@
|
|||||||
Specify that ``GET /_matrix/federation/v1/make_join/{roomId}/{userId}`` can return a 404 if the room is unknown.
|
Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can return a 404 if the room is unknown.
|
||||||
|
Loading…
Reference in New Issue