Update CHANGELOG

This commit is contained in:
Pedro Piñera 2020-01-24 17:47:02 +01:00
parent 5e3b174d8e
commit 3d31061350
1 changed files with 1 additions and 0 deletions

View File

@ -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.