summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-03-07 10:06:02 -0500
committerGitHub <noreply@github.com>2023-03-07 10:06:02 -0500
commit820f02b70badfc04d35c95f8ffb9682c8310e91e (patch)
tree8a77e9468656b0d75d968a5a309541e9a0b1d256 /changelog.d
parentRemove duplicate entry from changelog (diff)
downloadsynapse-820f02b70badfc04d35c95f8ffb9682c8310e91e.tar.xz
Stabilize support for MSC3966: event_property_contains push condition. (#15187)
This removes the configuration flag & updates the identifiers to
use the stable version.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15187.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15187.feature b/changelog.d/15187.feature
new file mode 100644
index 0000000000..f2b7689255
--- /dev/null
+++ b/changelog.d/15187.feature
@@ -0,0 +1 @@
+Stabilise support for [MSC3966](https://github.com/matrix-org/matrix-spec-proposals/pull/3966): `event_property_contains` push condition.