Merge remote matrix-org/master

This commit is contained in:
Travis Ralston 2018-08-29 21:28:24 -06:00
commit a5c3924492
71 changed files with 1209 additions and 266 deletions

View file

@ -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_application_service_changelog(self):
changelogs = self.units.get("changelogs")