From 393714ce549c37041b3a68cda41c3f4ffb1028e4 Mon Sep 17 00:00:00 2001 From: Kierre Date: Tue, 24 Feb 2026 09:37:40 -0500 Subject: [PATCH] numeric values may no longer be formatted as floats --- content/rooms/v6.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/rooms/v6.md b/content/rooms/v6.md index 5c061073..d2b03019 100644 --- a/content/rooms/v6.md +++ b/content/rooms/v6.md @@ -42,7 +42,8 @@ in [room version 5](/rooms/v5). ### Event format {{% added-in v=6 %}} Through enforcement of [Canonical JSON](#canonical-json), -the `depth` limit has been reduced in this room version. +the `depth` limit has been reduced in this room version, and numeric values may +no longer be formatted as floats. {{% rver-fragment name="v6-event-format" %}}