diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-18 10:47:23 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-18 10:47:23 +0000 |
commit | 4ec0a309cf8608df1d29746af76f91b8d35e5de3 (patch) | |
tree | 186be5a5a81961182d323509c8b66d80fa6de2e9 /CHANGES.md | |
parent | 1.50.0 (diff) | |
download | synapse-4ec0a309cf8608df1d29746af76f91b8d35e5de3.tar.xz |
Move python/postgres deprecation notice to the top of 1.50 changelog v1.50.0
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES.md b/CHANGES.md index fb4739dd04..8029a9d21c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,10 @@ Synapse 1.50.0 (2022-01-18) =========================== -No significant changes since 1.50.0rc2. - Please note that we now only support Python 3.7+ and PostgreSQL 10+ (if applicable), because Python 3.6 and PostgreSQL 9.6 have reached end-of-life. +No significant changes since 1.50.0rc2. + Synapse 1.50.0rc2 (2022-01-14) ============================== |