summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-11 18:40:17 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-12-11 18:40:17 +0900
commit2d2a7a3a1e65e480976582eb7a87d51a661df103 (patch)
treed00d1357f64c7e36056d979b3fef2988abf59b81
parenta9504ee16416da1d0972bb9d5531a4b4f78a9d63 (diff)
downloadbuildstream-2d2a7a3a1e65e480976582eb7a87d51a661df103.tar.gz
NEWS: Document minor breaking change due to not automatically stripping whitespace
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8003ceb6..7ee836c26 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,14 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: BuildStream no longer strips whitespace from loaded YAML
+ by default.
+
+ This is a very minor breakage, because unless the user has explicitly
+ quoted a string with intentional whitespace, the YAML library will automatically
+ strip whitespace in compliance with the specification. This change results
+ in explicit whitespace being allowed to be specified in YAML.
+
o BREAKING CHANGE: Default strip-commands have been removed as they are too
specific. Recommendation if you are building in Linux is to use the
ones being used in freedesktop-sdk project, for example