summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2020-02-05 09:02:08 +0100
committerJürg Billeter <j@bitron.ch>2020-02-05 09:02:54 +0100
commitd65be48db9b6bc58ffcaa3750b5ff9769b23d4fd (patch)
tree32b11f800d7d2553a627cac2a2b386b919518d35 /NEWS
parent5c9da3a51e1906fd149ac5de4798ecb33795f7e1 (diff)
downloadbuildstream-d65be48db9b6bc58ffcaa3750b5ff9769b23d4fd.tar.gz
NEWS: Add note about the new buildstream.exceptions API
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 62deefdd5..f919a984d 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@
(unreleased)
============
+API
+---
+
+ o `ErrorDomain` and `LoadErrorReason` are now available in the public
+ `buildstream.exceptions` module for use in test suites of external plugins.
+
Plugins
-------