summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10114.misc1
-rw-r--r--changelog.d/10166.doc1
-rw-r--r--changelog.d/10214.feature1
-rw-r--r--changelog.d/10223.bugfix1
-rw-r--r--changelog.d/10237.misc1
-rw-r--r--changelog.d/10239.misc1
6 files changed, 6 insertions, 0 deletions
diff --git a/changelog.d/10114.misc b/changelog.d/10114.misc
new file mode 100644
index 0000000000..808548f7c7
--- /dev/null
+++ b/changelog.d/10114.misc
@@ -0,0 +1 @@
+Drop Origin and Accept from the value of the Access-Control-Allow-Headers response header.
diff --git a/changelog.d/10166.doc b/changelog.d/10166.doc
new file mode 100644
index 0000000000..8d1710c132
--- /dev/null
+++ b/changelog.d/10166.doc
@@ -0,0 +1 @@
+Move the upgrade notes to [docs/upgrade.md](https://github.com/matrix-org/synapse/blob/develop/docs/upgrade.md) and convert them to markdown.
diff --git a/changelog.d/10214.feature b/changelog.d/10214.feature
new file mode 100644
index 0000000000..a3818c9d25
--- /dev/null
+++ b/changelog.d/10214.feature
@@ -0,0 +1 @@
+Omit empty fields from the `/sync` response. Contributed by @deepbluev7.
\ No newline at end of file
diff --git a/changelog.d/10223.bugfix b/changelog.d/10223.bugfix
new file mode 100644
index 0000000000..4e42f6b608
--- /dev/null
+++ b/changelog.d/10223.bugfix
@@ -0,0 +1 @@
+Fix a long-standing bug which meant that invite rejections and knocks were not sent out over federation in a timely manner.
diff --git a/changelog.d/10237.misc b/changelog.d/10237.misc
new file mode 100644
index 0000000000..d76c119a41
--- /dev/null
+++ b/changelog.d/10237.misc
@@ -0,0 +1 @@
+Improve the reliability of auto-joining remote rooms.
diff --git a/changelog.d/10239.misc b/changelog.d/10239.misc
new file mode 100644
index 0000000000..d05f1c4411
--- /dev/null
+++ b/changelog.d/10239.misc
@@ -0,0 +1 @@
+Update the release script to use the semver terminology and determine the release branch based on the next version.