update changelog

This commit is contained in:
Yonas Kolb
2018-08-19 14:24:07 +10:00
parent 5673d10c68
commit 2afc8d5afe
+4
View File
@@ -2,6 +2,8 @@
## Master
## 1.11.0
#### Added
- Added `showEnvVars` to build scripts to disable printing the environment [351](https://github.com/yonaskolb/XcodeGen/pull/351) @keith
- Added `requiresObjCLinking` to `target` [354](https://github.com/yonaskolb/XcodeGen/pull/354) @brentleyjones
@@ -37,6 +39,8 @@
- Moved brew formula to homebrew core
- Added `CONTRIBUTING.md`
[Commits](https://github.com/yonaskolb/XcodeGen/compare/1.10.3...1.11.0)
## 1.10.3
#### Fixed