summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-06-07 10:16:49 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-06-07 16:38:57 +0000
commitbd3765e3874d82581e86c5a4985ba10e9a1bc60e (patch)
tree22d607a3efc72e674f34e26cfecc2d6c13adb46a /NEWS
parent8fdb444aa6043fda4ad5cc92d502c4b9b95fa5e9 (diff)
downloadbuildstream-bd3765e3874d82581e86c5a4985ba10e9a1bc60e.tar.gz
NEWS: restrict `Plugin.node_items` to be called on `Node`s.bschubert/stricter-node-api
Also update documentation in plugin for APIs that do accept Node and not `dict`.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c37ad1b6a..3e715187b 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@
buildstream 1.3.1
=================
+ o BREAKING CHANGE: `Plugin.node_items` doesn't accept 'dict' values anymore.
+ Please used `Node`s instead.
+
o BREAKING CHANGE: `node_get_member` doesn't accept 'expected_type=Mapping'
anymore. Please use 'expected_type=dict' instead.