summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChandan Singh <chandan@chandansingh.net>2020-01-17 11:30:17 +0000
committerChandan Singh <chandan@chandansingh.net>2020-01-17 15:50:51 +0000
commit418ab6b79f1332b7df89c2849f636d47f4d08178 (patch)
tree1cf3d4e71f6c12206adf81ed8c23e9a39b921cf5 /NEWS
parentb4d472e9c20c7c664b9f70ac242ab1a8bbd28749 (diff)
downloadbuildstream-418ab6b79f1332b7df89c2849f636d47f4d08178.tar.gz
NEWS: Announce new entry point groups for plugins
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.