Update CHANGELOG

Co-authored-by: yutailang0119 <muta.yutaro@gmail.com>
This commit is contained in:
Sho Ikeda 2020-01-06 23:12:58 +09:00
parent a4624d3e18
commit 3a76997c1a

View File

@ -7,6 +7,7 @@
#### Fixed
- Fixed resolving a relative path for `projectReference.path` [#740](https://github.com/yonaskolb/XcodeGen/pull/740) @kateinoigakukun
- Don't add framework dependency's directory to `FRAMEWORK_SEARCH_PATHS` if it is implicit [#744](https://github.com/yonaskolb/XcodeGen/pull/744) @ikesyo @yutailang0119
#### Internal
- Update to SwiftCLI 6.0 and use the new property wrappers [#749](https://github.com/yonaskolb/XcodeGen/pull/749) @yonaskolb