Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit e9958d9

Browse files
committed
1.42.0rc2
1 parent 8c9e723 commit e9958d9

File tree

5 files changed

+22
-3
lines changed

5 files changed

+22
-3
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Synapse 1.42.0rc2 (2021-09-06)
2+
==============================
3+
4+
Features
5+
--------
6+
7+
- Support room version 9 from [MSC3375](https://github.com/matrix-org/matrix-doc/pull/3375). ([\#10747](https://github.com/matrix-org/synapse/issues/10747))
8+
9+
10+
Internal Changes
11+
----------------
12+
13+
- Print a warning when using one of the deprecated `template_dir` settings. ([\#10768](https://github.com/matrix-org/synapse/issues/10768))
14+
15+
116
Synapse 1.42.0rc1 (2021-09-01)
217
==============================
318

changelog.d/10747.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/10768.misc

Lines changed: 0 additions & 1 deletion
This file was deleted.

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
matrix-synapse-py3 (1.42.0~rc2) stable; urgency=medium
2+
3+
* New synapse release 1.42.0~rc2.
4+
5+
-- Synapse Packaging team <[email protected]> Mon, 06 Sep 2021 15:25:13 +0100
6+
17
matrix-synapse-py3 (1.42.0~rc1) stable; urgency=medium
28

39
* New synapse release 1.42.0rc1.

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.42.0rc1"
50+
__version__ = "1.42.0rc2"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)