Update changelog

This commit is contained in:
Elliott Williams
2019-02-24 15:35:31 -08:00
parent 0639629160
commit d12eab66ea
+3
View File
@@ -5,6 +5,9 @@
#### Added
- Added `missingConfigFiles` to `options.disabledValidations` to optionally skip checking for the existence of config files.
#### Fixed
- Sources outside a project spec's directory will be correctly referenced as relative paths in the project file. [#524](https://github.com/yonaskolb/XcodeGen/pull/524)
## 2.2.0
#### Added