diff --git a/CHANGELOG.md b/CHANGELOG.md index 39c6622e4..7ec0b6860 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,15 +12,12 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/ ### Fixed - Make watch targets runnable to fix schemes in Xcode 12 [#2096](https://github.com/tuist/tuist/pull/2096) by [@thedavidharris](https://github.com/thedavidharris) +- Fix framework search paths for SDK dependencies [#2097](https://github.com/tuist/tuist/pull/2097) by [@kwridan](https://github.com/kwridan) ### Changed - Generate multiple `XXX-Project` schemes if there are multiple platforms [#2081](https://github.com/tuist/tuist/pull/2081) by [@fortmarek](https://github.com/fortmarek) -### Fixed - -- Fix framework search paths for SDK dependencies [#2097](https://github.com/tuist/tuist/pull/2097) by [@kwridan](https://github.com/kwridan) - ## 1.26.0 - New World ### Added