diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-04 11:55:07 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2019-07-04 11:55:07 +0100 |
commit | 54283f3ed49ce40059e9f0746f2ded08ce3a5b9e (patch) | |
tree | 80ce469d12fb01d9bae03a0d7ce282a6444d2ecc /CHANGES.md | |
parent | 1.1.0 (diff) | |
download | synapse-54283f3ed49ce40059e9f0746f2ded08ce3a5b9e.tar.xz |
Update changelog v1.1.0 github/release-v1.1.0 release-v1.1.0
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index a528251dec..dc8c74fe58 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,16 @@ Synapse 1.1.0 (2019-07-04) ========================== +As of v1.1.0, Synapse no longer supports Python 2, nor Postgres version 9.4. +See the [upgrade notes](UPGRADE.rst#upgrading-to-v110) for more details. + +This release also deprecates the use of environment variables to configure the +docker image. See the [docker README](https://github.com/matrix-org/synapse/blob/release-v1.1.0/docker/README.md#legacy-dynamic-configuration-file-support) +for more details. + +No changes since 1.1.0rc2. + + Synapse 1.1.0rc2 (2019-07-03) ============================= |