diff --git a/changelogs/client_server/newsfragments/1464.clarification b/changelogs/client_server/newsfragments/1464.clarification new file mode 100644 index 00000000..940fec84 --- /dev/null +++ b/changelogs/client_server/newsfragments/1464.clarification @@ -0,0 +1 @@ +Disambiguate using property names with dots in them during push rule processiong, per [MSC3873](https://github.com/matrix-org/matrix-spec-proposals/pull/3873). diff --git a/changelogs/client_server/newsfragments/1464.feature b/changelogs/client_server/newsfragments/1464.feature new file mode 100644 index 00000000..7c1c01ec --- /dev/null +++ b/changelogs/client_server/newsfragments/1464.feature @@ -0,0 +1 @@ +Add new push rule conditions: `event_property_is` and `event_property_contains` from [MSC3758](https://github.com/matrix-org/matrix-spec-proposals/pull/3758) and [MSC3966](https://github.com/matrix-org/matrix-spec-proposals/pull/3966).