From 0cdd34e6f22659d5e3d27a28f5c3991c015dcec4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:46:20 +0100 Subject: [PATCH] minor changelog tweak --- changelogs/client_server/newsfragments/1618.clarification | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/client_server/newsfragments/1618.clarification b/changelogs/client_server/newsfragments/1618.clarification index 0f746237..b8d5169d 100644 --- a/changelogs/client_server/newsfragments/1618.clarification +++ b/changelogs/client_server/newsfragments/1618.clarification @@ -1 +1 @@ -Clarify that `via` property is required for `m.space.parent` and `m.space.child` as per MSC1772. Contributed by @PaarthShah +Clarify that the `via` property is required for `m.space.parent` and `m.space.child` as per MSC1772. Contributed by @PaarthShah.