Help: Add release note about Xcode escaping fix (#15969)

The fix in commit v3.5.0-rc1~84^2 (Xcode: Escape all backslashes in
strings, 2015-12-27) is a change in behavior that can break existing
projects that worked around the inconsistency with other generators.
Add a release note to call attention to this change in behavior.
This commit is contained in:
Brad King 2016-02-11 09:52:37 -05:00
parent a5a5a68572
commit 878632c90e
1 changed files with 6 additions and 0 deletions

View File

@ -167,6 +167,12 @@ Deprecated and Removed Features
may break scripts that worked around the bug with their own extra
quoting or escaping.
* The :generator:`Xcode` generator was fixed to escape backslashes in
strings consistently with other generators. Projects that previously
worked around the inconsistecy with an extra level of backslashes
conditioned on the Xcode generator must be updated to remove the
workaround for CMake 3.5 and greater.
Other Changes
=============