From 74b7cbcb8c11fb4e19bb8073781e44cdcf9af158 Mon Sep 17 00:00:00 2001 From: Martin Bonnin Date: Fri, 17 Jul 2026 12:51:55 +0200 Subject: [PATCH] Add missing line break --- src/pages/learn/schema-review.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/learn/schema-review.mdx b/src/pages/learn/schema-review.mdx index 06f69ebc5c..54515deb79 100644 --- a/src/pages/learn/schema-review.mdx +++ b/src/pages/learn/schema-review.mdx @@ -338,6 +338,7 @@ Breaking changes include: - **Making non-nullable fields nullable**: Existing clients may crash on unexpected nulls Note that some of these changes, such as a type rename or a conversion from an object to an interface, may be compatible with existing clients at runtime. But it is impossible to tell for sure and are therefore considered breaking. + Dangerous changes that may break some clients include: - **Adding enum values**: If clients exhaustively match enum values