summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2024-02-06 15:27:17 +0000
committerErik Johnston <erik@matrix.org>2024-02-06 15:27:17 +0000
commitf7a8fafbc1c13c930686f9d8feaaa03a56a67553 (patch)
tree12132265317205cca849c95283c3284cb016b8e3 /changelog.d
parentMerge branch 'release-v1.100' into matrix-org-hotfixes (diff)
parentAccept unprefixed form of MSC3981 recurse parameter (#16842) (diff)
downloadsynapse-f7a8fafbc1c13c930686f9d8feaaa03a56a67553.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16842.misc1
-rw-r--r--changelog.d/16853.doc1
-rw-r--r--changelog.d/16854.doc1
-rw-r--r--changelog.d/16880.doc1
4 files changed, 4 insertions, 0 deletions
diff --git a/changelog.d/16842.misc b/changelog.d/16842.misc
new file mode 100644

index 0000000000..022ace7d95 --- /dev/null +++ b/changelog.d/16842.misc
@@ -0,0 +1 @@ +Add support for stabilised [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981) that adds a `recurse` parameter on the `/relations` API. diff --git a/changelog.d/16853.doc b/changelog.d/16853.doc new file mode 100644
index 0000000000..9ac13ed29f --- /dev/null +++ b/changelog.d/16853.doc
@@ -0,0 +1 @@ +Fix broken links in the documentation. diff --git a/changelog.d/16854.doc b/changelog.d/16854.doc new file mode 100644
index 0000000000..f08a5f4be2 --- /dev/null +++ b/changelog.d/16854.doc
@@ -0,0 +1 @@ +Update MacOS installation instructions to mention that libicu is optional. diff --git a/changelog.d/16880.doc b/changelog.d/16880.doc new file mode 100644
index 0000000000..0500cb3eca --- /dev/null +++ b/changelog.d/16880.doc
@@ -0,0 +1 @@ +The version picker now correctly lists versions after `v1.98.0`.