diff options
author | John-Scott Atlakson <24574+jsma@users.noreply.github.com> | 2021-08-19 03:16:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-19 11:16:00 +0100 |
commit | ce6819a7015847084208ff09758c5a13c1c4c429 (patch) | |
tree | 630275e4bfef3e875d08720a4e1bfba9900f09e4 /CHANGES.md | |
parent | Update docs/upgrade.md with new version (diff) | |
download | synapse-ce6819a7015847084208ff09758c5a13c1c4c429.tar.xz |
Fix typo in release notes (#10646)
Ubuntu 20.10 was not an LTS release Signed-off-by: John-Scott Atlakson 24574+jsma@users.noreply.github.com
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 01766af39c..cad9423ebd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -48,7 +48,7 @@ Improved Documentation Deprecations and Removals ------------------------- -- No longer build `.deb` packages for Ubuntu 20.10 LTS Groovy Gorilla, which has now EOLed. ([\#10588](https://github.com/matrix-org/synapse/issues/10588)) +- No longer build `.deb` packages for Ubuntu 20.10 Groovy Gorilla, which has now EOLed. ([\#10588](https://github.com/matrix-org/synapse/issues/10588)) - The `template_dir` configuration settings in the `sso`, `account_validity` and `email` sections of the configuration file are now deprecated in favour of the global `templates.custom_template_directory` setting. See the [upgrade notes](https://matrix-org.github.io/synapse/latest/upgrade.html) for more information. ([\#10596](https://github.com/matrix-org/synapse/issues/10596)) |