diff --git a/CHANGELOG.md b/CHANGELOG.md index c2a700bd3..c2e1cacae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/ - Fix project header attributes https://github.com/tuist/tuist/pull/895 by @kwridan - Excluding files from target doesn't work in all cases https://github.com/tuist/tuist/pull/913 by @vytis - Support for Core Data mapping modules https://github.com/tuist/tuist/pull/911 by @andreacipriani +- Deep nested hierarchy in the project generated by `tuist edit` https://github.com/tuist/tuist/pull/923 by @pepibumur ### Changed - Turn models from `TuistCore` that are clases into structs https://github.com/tuist/tuist/pull/870 by @pepibumur.