Merge pull request #2014 from matrix-org/travis/1.0/changelogs

Add missing changelogs and make existing ones match conventions
This commit is contained in:
Travis Ralston 2019-05-24 08:40:38 -06:00 committed by GitHub
commit 415212c3a0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 12 additions and 4 deletions

View file

@ -0,0 +1 @@
Change examples to use example.org instead of a real domain.

View file

@ -0,0 +1 @@
Change examples to use example.org instead of a real domain.

View file

@ -0,0 +1 @@
Clarify that ``state_default`` in ``m.room.power_levels`` always defaults to 50.

View file

@ -1 +1 @@
Documented megolm session export format.
Add megolm session export format.

View file

@ -1 +1 @@
Add missing status_msg to m.presence schema.
Add missing ``status_msg`` to ``m.presence`` schema.

View file

@ -1 +1 @@
Add the missing `m.push_rules` event schema.
Add the missing ``m.push_rules`` event schema.

View file

@ -0,0 +1 @@
Clarify how modern day local echo is meant to be solved by clients.

View file

@ -0,0 +1 @@
Fix various spelling mistakes throughout the specification.

View file

@ -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}``.

View file

@ -0,0 +1 @@
Clarify how ``m.login.dummy`` can be used to disambiguate login flows.

View file

@ -0,0 +1 @@
Fix route for ``/3pid/bind``.

View file

@ -0,0 +1 @@
Change examples to use example.org instead of a real domain.