subunit2sql/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml
megan 08222d7a2b Amend releasenotes for new subunit2sql functions and options
This clarifies the release notes for the newly added delete by uuid
db api functions, as well as by the addition of the ability to pass
programatically the variables neccessary to process run results via
the shell module

Change-Id: Ie86d43ea7272b1b2cd86e8290461285a37539bed
2018-04-20 20:10:45 -07:00

7 lines
263 B
YAML

---
features:
- New db api function delete_run_by_uuid, which allows for the deletion of
a run specified by a given uuid.
- New db api function delete_test_runs_by_uuid, which allows for the deletion
of all test runs associated with a given run uuid.