From 08222d7a2b09250ed0048f3d7e767c55191fcc20 Mon Sep 17 00:00:00 2001
From: megan <meganmguiney@gmail.com>
Date: Wed, 18 Apr 2018 13:16:52 -0700
Subject: [PATCH] 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
---
 .../notes/add-delete-by-uuid-6266652db1c8bb98.yaml        | 8 ++++----
 .../notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml      | 5 +++--
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml b/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml
index e008ada..ebc0b1f 100644
--- a/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml
+++ b/releasenotes/notes/add-delete-by-uuid-6266652db1c8bb98.yaml
@@ -1,6 +1,6 @@
 ---
 features:
-  - New option delete_run_by_uuid, which allows for the deletion of a run
-    specified by a given uuid.
-  - New option delete_test_runs_by_uuid, which allows for the deletion of
-    all test runs associated with a given run uuid.
+  - 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.
diff --git a/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml b/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml
index 45c10ff..bfdefe9 100644
--- a/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml
+++ b/releasenotes/notes/get-vars-from-kwargs-57cb5fab5fe8f2e2.yaml
@@ -1,5 +1,6 @@
 ---
 features:
   - add the ability to pass in the arguments 'run_at', 'artifacts', 'run_id',
-    'run_meta', and 'run_meta' from a programatic call, rather than from conf
-    or via command line.
+    'run_meta', and 'test_attr_prefix' to the shell module's process_results()
+    function via a direct function call, rather than from conf, or via cli
+    flags.