From d12eab66ea16711015b97495aef6e6541114997a Mon Sep 17 00:00:00 2001 From: Elliott Williams Date: Sun, 24 Feb 2019 15:35:31 -0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 909d068a..f134b340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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