summary refs log tree commit diff
path: root/CHANGES.md
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-23 09:40:16 +0100
committerErik Johnston <erik@matrix.org>2022-09-23 09:40:16 +0100
commit11ebcc8a3abf24cb49a3022dc335645987fb3f8f (patch)
tree1208bd2a50e6e7b80f9afafaca97f71fde07ab1f /CHANGES.md
parentFix sdist to include rust build script (#13866) (diff)
downloadsynapse-11ebcc8a3abf24cb49a3022dc335645987fb3f8f.tar.xz
1.68.0rc2
Diffstat (limited to 'CHANGES.md')
-rw-r--r--CHANGES.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index fb91bc5f20..e61b61995a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,20 @@
+Synapse 1.68.0rc2 (2022-09-23)
+==============================
+
+Bugfixes
+--------
+
+- Fix building from packaged sdist. Broke in v1.68.0rc1. ([\#13866](https://github.com/matrix-org/synapse/issues/13866))
+
+
+Internal Changes
+----------------
+
+- Fix the release script not publishing binary wheels. ([\#13850](https://github.com/matrix-org/synapse/issues/13850))
+- Lower minimum supported rustc version to 1.58.1. ([\#13857](https://github.com/matrix-org/synapse/issues/13857))
+- Lock Rust dependencies versions. ([\#13858](https://github.com/matrix-org/synapse/issues/13858))
+
+
 Synapse 1.68.0rc1 (2022-09-20)
 ==============================