From d3fa603f126ac24ff44e2ba055dc8e2e195c625c Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Sat, 4 Mar 2017 00:41:34 +0000
Subject: [PATCH] add skip plugin options to daq commands; add beamline
 specific scripts; add command that combines add/update experiment with upload

---
 RELEASE_NOTES.txt | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 478823a7..17c90486 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -3,9 +3,9 @@ Release 1.1 (03/10/2017)
 
 - Introduced integration with Beamline Scheduling System:
   - New commands: 
-        - list-runs
-        - list-proposals
-        - get-proposal
+    - list-runs
+    - list-proposals
+    - get-proposal
   - Modified add-experiment command to automatically add users associated
     with a given beamline proposal
 - Added the following functionality for managing DAQs:
@@ -18,6 +18,8 @@ Release 1.1 (03/10/2017)
   - Destination directory specification causes files to be uploaded into
     a specific directory relative to experiment root path
 - Introduced framework for higher level beamline specific tools 
+  - New commands that combine adding experiment and running DAQs or
+    uploads
 - Introduced sphinx as python API documentation framework
 - Resolved possible timeout issue when starting DAQ or directory upload 
   with a directory containing large number of files
-- 
GitLab