diff --git a/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx b/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx
index a46243b8d..df9783b65 100644
--- a/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx
+++ b/fern/products/cli-api-reference/cli-changelog/2025-05-16.mdx
@@ -10,7 +10,7 @@ don't overwrite each other during conversion, maintaining the integrity of the A
## 0.61.17
-**`(fix):`** Add support for preserving `maxLines` and `focus` attributes when using `` components in docs.
+**`(fix):`** Add support for preserving `maxLines` and `focus` attributes when using `` components in docs.
These attributes are now properly carried over to the generated code blocks, allowing you to control
the display of referenced code snippets with features like line limits and syntax highlighting focus.
diff --git a/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx b/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx
index 94802f3f7..35676f132 100644
--- a/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx
+++ b/fern/products/cli-api-reference/cli-changelog/2025-05-28.mdx
@@ -19,15 +19,7 @@ This will be converted to a Fern type that combines the base properties with the
## 0.63.15
-**`(fix):`** The `` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. For example:
-
-```mdx
-
-
-```
-
-Both formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring.
-
+**`(fix):`** The `` component now supports more flexible prop ordering and additional properties. You can now specify `maxLines` and `focus` props in any order relative to the `src` prop. Regardless of order, formats will work the same way, preserving the specified properties in the generated markdown. The component will automatically detect and include any additional props in the code block's metastring.
## 0.63.14
**`(fix):`** Fix duplicate properties in example IR generation.