diff --git a/fern/products/sdks/overview/swift/changelog/2025-09-18.mdx b/fern/products/sdks/overview/swift/changelog/2025-09-18.mdx index d64edb548..4ae05c521 100644 --- a/fern/products/sdks/overview/swift/changelog/2025-09-18.mdx +++ b/fern/products/sdks/overview/swift/changelog/2025-09-18.mdx @@ -1,4 +1,4 @@ ## 0.16.0 -**`(feat):`** Add support for custom sections in the README.md via `customSections` config option. +**`(feat):`** Added support for custom sections in the README.md via `customSections` config option. diff --git a/fern/products/sdks/overview/swift/changelog/2025-09-30.mdx b/fern/products/sdks/overview/swift/changelog/2025-09-30.mdx index a39e7eea3..749e107e4 100644 --- a/fern/products/sdks/overview/swift/changelog/2025-09-30.mdx +++ b/fern/products/sdks/overview/swift/changelog/2025-09-30.mdx @@ -1,4 +1,4 @@ ## 0.17.2 -**`(fix):`** Upgrade generator-cli dependency to fix local generation handling of .fernignore files. +**`(fix):`** Upgraded generator-cli dependency to fix local generation handling of .fernignore files. diff --git a/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx b/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx new file mode 100644 index 000000000..476ddc3fc --- /dev/null +++ b/fern/products/sdks/overview/swift/changelog/2025-10-04.mdx @@ -0,0 +1,4 @@ +## 0.17.3 +**`(fix):`** Reduced subclient class initializer access level to internal. + +