Skip to content

Commit 3779c59

Browse files
committed
move postgres 13 deprecation note to top of changelog
1 parent b631bf7 commit 3779c59

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

CHANGES.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# synapse 1.143.0rc2 (2025-11-18)
22

3+
## Dropping support for PostgreSQL 13
4+
5+
In line with our [deprecation policy](https://github.com/element-hq/synapse/blob/develop/docs/deprecation_policy.md), we've dropped
6+
support for PostgreSQL 13, as it is no longer supported upstream.
7+
This release of Synapse requires PostgreSQL 14+.
8+
9+
310
## Internal Changes
411

512
- Fixes docker image creation in the release workflow.
@@ -8,12 +15,6 @@
815

916
# Synapse 1.143.0rc1 (2025-11-18)
1017

11-
## Dropping support for PostgreSQL 13
12-
13-
In line with our [deprecation policy](https://github.com/element-hq/synapse/blob/develop/docs/deprecation_policy.md), we've dropped
14-
support for PostgreSQL 13, as it is no longer supported upstream.
15-
This release of Synapse requires PostgreSQL 14+.
16-
1718
## Features
1819

1920
- Support multiple config files in `register_new_matrix_user`. ([\#18784](https://github.com/element-hq/synapse/issues/18784))

0 commit comments

Comments
 (0)