diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-07-01 11:47:25 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-07-01 11:47:25 +0100 |
commit | 871802146905bb1ad2fb0180d5eda8ab1440759b (patch) | |
tree | 0c6382894730a3d7992c02de525d3e4977df2103 /CHANGES.md | |
parent | Fixes to CHANGES.md (diff) | |
download | synapse-871802146905bb1ad2fb0180d5eda8ab1440759b.tar.xz |
Pin link in CHANGES.md v1.16.0rc1
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 ac6878f6fb..d7755702a6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -10,7 +10,7 @@ Features -------- - Add an option to enable encryption by default for new rooms. ([\#7639](https://github.com/matrix-org/synapse/issues/7639)) -- Add support for running multiple media repository workers. See [docs/workers.md](https://github.com/matrix-org/synapse/blob/develop/docs/workers.md) for instructions. ([\#7706](https://github.com/matrix-org/synapse/issues/7706)) +- Add support for running multiple media repository workers. See [docs/workers.md](https://github.com/matrix-org/synapse/blob/release-v1.16.0/docs/workers.md) for instructions. ([\#7706](https://github.com/matrix-org/synapse/issues/7706)) - Media can now be marked as safe from quarantined. ([\#7718](https://github.com/matrix-org/synapse/issues/7718)) - Expand the configuration options for auto-join rooms. ([\#7763](https://github.com/matrix-org/synapse/issues/7763)) |