diff options
author | Jürg Billeter <j@bitron.ch> | 2020-02-05 09:02:08 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-02-05 09:02:54 +0100 |
commit | d65be48db9b6bc58ffcaa3750b5ff9769b23d4fd (patch) | |
tree | 32b11f800d7d2553a627cac2a2b386b919518d35 | |
parent | 5c9da3a51e1906fd149ac5de4798ecb33795f7e1 (diff) | |
download | buildstream-d65be48db9b6bc58ffcaa3750b5ff9769b23d4fd.tar.gz |
NEWS: Add note about the new buildstream.exceptions API
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 ------- |