diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,14 @@ buildstream 1.3.1 ================= + o BREAKING CHANGE: YAML New World Order. The parsing and loading of .bst files + and node handling has been completely rewritten and is now faster. This now + requires that plugin authors must use the Plugin API to access or modify node + members. Regular dictionary accesses are no longer valid. + + This change has also removed the need of a YAML cache as it proved to no longer + be of benefit. + o Added `bst artifact delete` subcommand. This command removes artifacts from the local cache. Mulitple element names and artifact refs can be specified as arguments. |