update changelog

This commit is contained in:
Yonas Kolb 2018-09-19 21:13:49 +10:00
parent 2dbd897b3a
commit 6d4efa5e81

View File

@ -8,6 +8,7 @@ If XcodeGen is compiled with Swift 4.2, then UUID's in the generated project wil
- Fixed release builds in Swift 4.2 [404](https://github.com/yonaskolb/XcodeGen/pull/404) @pepibumur
- Fixed default settings for macOS unit-tests [387](https://github.com/yonaskolb/XcodeGen/pull/387) @frankdilo
- Fixed Copy Headers phase ordering for Xcode 10 [401](https://github.com/yonaskolb/XcodeGen/pull/401) @brentleyjones
- Fixed generated schemes on aggregate targets [394](https://github.com/yonaskolb/XcodeGen/pull/394) @vgorloff
#### Changed
- Added `en` as default value for knownRegions [390](https://github.com/yonaskolb/XcodeGen/pull/390) @Saik0s