summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 602b14b51..43393fb43 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,15 @@ CLI
of `buildable` for the state of junction elements, as they can't
be built.
+Plugins
+-------
+
+ o The 'git' source can now track multiple branches/revisions. The overall
+ latest commit is chosen as the new ref.
+
+ o The 'git' source now has the 'track-latest-tag' option. When enabled,
+ tracking will choose the latest tagged commit for the new ref.
+
API
---
@@ -43,6 +52,12 @@ CLI
* `bst workspace open --track`
* `bst workspace reset --track`
+Plugins
+-------
+
+ o The 'git' source will now fetch submodules recursively when
+ its 'checkout-submodules' option is enabled.
+
API
---