summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-01-17 16:41:10 +0000
committerChandan Singh <chandan@chandansingh.net>2020-01-17 16:41:10 +0000
commitef4041faab353a64aca433eec33da7155c6d184b (patch)
treeeea8d8f6c88c31a6b484bea3d13f9a062efe2323 /NEWS
parent9a6c7d76324b70d020a8d34d2feef7f0ba2b5a0b (diff)
parentf7f247a5e7973e0b12772f3b5d9353a1de8c485d (diff)
downloadbuildstream-ef4041faab353a64aca433eec33da7155c6d184b.tar.gz
Merge branch 'chandan/plugin-namespace-fix' into 'master'
Plugins: Update entrypoint group for pip origin See merge request BuildStream/buildstream!1803
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4dd54c85b..c9d3f0536 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,10 @@ CLI
API
---
+ o BREAKING CHANGE: The entry point groups used for element and source plugins
+ are now separate. Elements must be defined in `buildstream.plugins.elements`
+ group, and sources in `buildstream.plugins.sources`.
+
o External plugins can now register a `buildstream.tests.source_plugins` entrypoint.
The entry point can have an arbitrary name, but its value should point to a module
containing a `register_sources()` method.