From 7de3705e6b9973f5be4df508287fc9a7907c6175 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Wed, 17 Sep 2025 11:44:28 -0400 Subject: [PATCH] fix markdown error that's breaking preview/publish --- fern/products/sdks/overview/java/changelog/2025-09-16.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx index 196fc59bf..8d5fbcd7c 100644 --- a/fern/products/sdks/overview/java/changelog/2025-09-16.mdx +++ b/fern/products/sdks/overview/java/changelog/2025-09-16.mdx @@ -1,7 +1,7 @@ ## 3.5.0 **`(feat):`** Enhanced wire testing framework with comprehensive SDK validation capabilities. Wire tests now include header validation from IR examples, multi-URL environment configuration support, complex type validation -for unions/nullable/generic types, and full pagination testing with Iterable support. +for unions/nullable/generic types, and full pagination testing with `Iterable` support. ## 3.4.1