From b5685c2bfcdf7c90e81f5a274029fba15de2e4ae Mon Sep 17 00:00:00 2001 From: jsklan <100491078+jsklan@users.noreply.github.com> Date: Thu, 23 Oct 2025 16:08:40 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2025-10-23.mdx | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx new file mode 100644 index 000000000..4a36c72e8 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-23.mdx @@ -0,0 +1,6 @@ +## 0.94.2 +**`(fix):`** Improve IR hashing in IntermediateRepresentationChangeDetector. +Previously it looked at the entire IR. Now it only compares the +parts of the IR that describe the API interface. + +