Add missing changelogs and make existing ones match conventions
The conventions are not set in stone, however the changelog should not be a mixed bag of voices.pull/977/head
parent
37871106c6
commit
9c2a789d34
@ -0,0 +1 @@
|
|||||||
|
Change examples to use example.org instead of a real domain.
|
@ -0,0 +1 @@
|
|||||||
|
Change examples to use example.org instead of a real domain.
|
@ -0,0 +1 @@
|
|||||||
|
Clarify that ``state_default`` in ``m.room.power_levels`` always defaults to 50.
|
@ -1 +1 @@
|
|||||||
Documented megolm session export format.
|
Add megolm session export format.
|
||||||
|
@ -1 +1 @@
|
|||||||
Add missing status_msg to m.presence schema.
|
Add missing ``status_msg`` to ``m.presence`` schema.
|
||||||
|
@ -1 +1 @@
|
|||||||
Add the missing `m.push_rules` event schema.
|
Add the missing ``m.push_rules`` event schema.
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Clarify how modern day local echo is meant to be solved by clients.
|
@ -0,0 +1 @@
|
|||||||
|
Fix various spelling mistakes throughout the specification.
|
@ -1 +1 @@
|
|||||||
Clarify that ``width`` and ``height`` are required parameters on ``/_matrix/media/r0/thumbnail/{serverName}/{mediaId}``. It is somewhat meaningless to request a thumbnail without specifying a desired size, and Synapse has never permitted such requests.
|
Clarify that ``width`` and ``height`` are required parameters on ``/_matrix/media/r0/thumbnail/{serverName}/{mediaId}``.
|
||||||
|
@ -0,0 +1 @@
|
|||||||
|
Clarify how ``m.login.dummy`` can be used to disambiguate login flows.
|
@ -0,0 +1 @@
|
|||||||
|
Fix route for ``/3pid/bind``.
|
@ -0,0 +1 @@
|
|||||||
|
Change examples to use example.org instead of a real domain.
|
Loading…
Reference in New Issue