Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ileitch committed Sep 28, 2024
1 parent 2b13f66 commit e8d41f3
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,23 @@

##### Bug Fixes

- None.

## 2.21.1 (2024-09-28)

##### Breaking

- None.

##### Enhancements

- None.

##### Bug Fixes

- Enums with the `@main` attribute are now retained.
- Unused public/exported imports are excluded from the results even if unused in the declaring file as the exported symbols may be referenced in other files, and thus removing the import would result in a build failure.
- Fixed issue in Swift 6 where declarations that override external type members are incorrectly identified as unused.
- Unused public/exported imports are excluded from the results even if unused in the declaring file as the exported symbols may be referenced in other files, and thus removing the import would result in a build failure.

## 2.21.0 (2024-06-15)

Expand Down

0 comments on commit e8d41f3

Please sign in to comment.