summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
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
---