summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-06-01 20:28:03 +0900
committerTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-06-01 23:11:04 +0900
commite4930651ffd27471e60e81a25454ab9f60cc33e5 (patch)
treecd33b61a3979286ee5a7c192570d10beacaa666c /NEWS
parente5d0e0c8ab134a874b74176b308f45b440a6f07b (diff)
downloadbuildstream-e4930651ffd27471e60e81a25454ab9f60cc33e5.tar.gz
NEWS: Updated for breaking change of junction target removaltristan/link-element
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 2aa5e32f9..22ef7e670 100644
--- a/NEWS
+++ b/NEWS
@@ -18,18 +18,19 @@ 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 `target` option of junctions has been completely removed,
+ Use `link` elements instead.
o Variables from an element can now be used in source configurations
-
Plugins
-------
o Cache keys will change for all elements that have defined the
`command-subdir` variable. This is the result of fixing a bug where this
variable was not included in the cache key correctly.
-
o The `pip` element has been removed. Please use the one from bst-plugins-experimental
-
+ o Introduced new `link` element which can be used as a symbolic link to other
+ elements or junctions, in the local project or in subprojects.
API
---