Merge remote-tracking branch 'matrix-org/master' into travis/general/r0-prep
This commit is contained in:
commit
e7a69a6a6d
82 changed files with 1741 additions and 413 deletions
|
@ -31,6 +31,11 @@ class MatrixSections(Sections):
|
|||
def render_client_server_changelog(self):
|
||||
changelogs = self.units.get("changelogs")
|
||||
return changelogs["client_server"]
|
||||
|
||||
# TODO: We should make this a generic variable instead of having to add functions all the time.
|
||||
def render_push_gateway_changelog(self):
|
||||
changelogs = self.units.get("changelogs")
|
||||
return changelogs["push_gateway"]
|
||||
|
||||
def render_identity_service_changelog(self):
|
||||
changelogs = self.units.get("changelogs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue