diff options
author | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-05-25 18:17:54 +0900 |
---|---|---|
committer | Tristan van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-05-25 18:17:54 +0900 |
commit | 111eded38fd04fcc0a19a112fb82f7c0a98baa47 (patch) | |
tree | eb5be2a941618b6c57fdb443b4884acf5209f044 | |
parent | ffbbe9785024126b1144d20966c494c1b9b3b8dc (diff) | |
download | buildstream-111eded38fd04fcc0a19a112fb82f7c0a98baa47.tar.gz |
NEWS: Documenting breaking change of junction `target` -> `link`tristan/rename-junction-target
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ Format o BREAKING CHANGE: Now deprecation warnings are suppressed using the `allow-deprecated` configuration with the plugin origins in project.conf, instead of on the source/element overrides section (See issue #1291) + o BREAKING CHANGE: The junction `target` option has been renamed to `link` o Variables from an element can now be used in source configurations |