summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAlexFazakas <alex.fazakas97@gmail.com>2019-07-02 15:43:26 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-02 15:43:26 +0000
commit5a1afb26cd9f70b8ef719966c24baabe8ac0816b (patch)
tree93cfddfaad042f42a7408d54c241f99ff376db19 /NEWS
parent2219874cdca548dd7f164ef3a0f77f5affeea2b0 (diff)
downloadbuildstream-5a1afb26cd9f70b8ef719966c24baabe8ac0816b.tar.gz
runcli.py: Don't set project to 'None'
Calling runcli with project set to None results in setting the directory to the string 'None'. Instead, only set it when the given project argument is not None.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3e715187b..4b1d63a66 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: `bst init` no longer uses the `--directory` or `-C`
+ option. Instead, it (optionally) takes a directory as an argument.
+
o BREAKING CHANGE: `Plugin.node_items` doesn't accept 'dict' values anymore.
Please used `Node`s instead.