summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-02-16 13:16:17 +0000
committerErik Johnston <erik@matrix.org>2021-02-16 13:16:17 +0000
commit6600f0bd572500f9b85bfeed424eff0300e2fa59 (patch)
tree75f3d658f05c8d7531470759892bbf2efb03787d /CHANGES.md
parent 1.27.0 (diff)
downloadsynapse-6600f0bd572500f9b85bfeed424eff0300e2fa59.tar.xz
Fixup CHANGES v1.27.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.md b/CHANGES.md
index adde0b0318..d9afcaa52b 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -8,10 +8,10 @@ This release also changes the callback URI for OpenID Connect (OIDC) identity pr
 This release also changes escaping of variables in the HTML templates for SSO or email notifications. If you have customised these templates, please review [UPGRADE.rst](UPGRADE.rst) for more details on these changes.
 
 
-Internal Changes
-----------------
+Bugfixes
+--------
 
-- Add rustc as a dependency when building Docker images. ([\#9405](https://github.com/matrix-org/synapse/issues/9405))
+- Fix building Docker images for armv7. ([\#9405](https://github.com/matrix-org/synapse/issues/9405))
 
 
 Synapse 1.27.0rc2 (2021-02-11)