From 535c6405f9bc6e67defb5fbe0c3549613b041ac5 Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 19 Mar 2026 15:47:45 -0400 Subject: [PATCH 1/2] docs: minor change in ADR language --- docs/decisions/0025-standardize-serializer-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0025-standardize-serializer-usage.rst b/docs/decisions/0025-standardize-serializer-usage.rst index 780e7ed22ecc..37aad7535577 100644 --- a/docs/decisions/0025-standardize-serializer-usage.rst +++ b/docs/decisions/0025-standardize-serializer-usage.rst @@ -89,7 +89,7 @@ Negative / Trade-offs * Requires refactoring existing endpoints that manually construct JSON. * Initial development overhead for creating comprehensive serializers. -* May require updates to existing client code that expects legacy formats. +* Rare backward incompatibilities may require updates to existing client code that expect legacy formats. Alternatives Considered ----------------------- From 8a6db57e4a5d1786b9c1de84e649cb6d95f726bb Mon Sep 17 00:00:00 2001 From: Robert Raposa Date: Thu, 19 Mar 2026 15:49:40 -0400 Subject: [PATCH 2/2] fixup! add s back --- docs/decisions/0025-standardize-serializer-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/decisions/0025-standardize-serializer-usage.rst b/docs/decisions/0025-standardize-serializer-usage.rst index 37aad7535577..7f3e81d35123 100644 --- a/docs/decisions/0025-standardize-serializer-usage.rst +++ b/docs/decisions/0025-standardize-serializer-usage.rst @@ -89,7 +89,7 @@ Negative / Trade-offs * Requires refactoring existing endpoints that manually construct JSON. * Initial development overhead for creating comprehensive serializers. -* Rare backward incompatibilities may require updates to existing client code that expect legacy formats. +* Rare backward incompatibilities may require updates to existing client code that expects legacy formats. Alternatives Considered -----------------------