diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 17c904865a4d36a43490b6fef443cef3c6c3a67c..1fe2b7dd38b1e19716ff67246a3ded3e9eafceb7 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -3,23 +3,31 @@ Release 1.1 (03/10/2017)
 
 - Introduced integration with Beamline Scheduling System:
   - New commands: 
-    - 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:
-  - Max. run time specification causes DAQ to be stopped automatically
-  - Destination directory specification causes files to be uploaded into
+    * list-runs
+    * list-proposals
+    * get-proposal
+  - Added the following options to the add-experiment command:
+    --proposal-id: automatically add to experiment all 
+      users associated with a given beamline proposal 
+    --run: look for beamline proposal in a given run (current run is the 
+      default)
+    --users: comma specified list of usernames to be added to experiment
+      as users
+- Added the following options for managing DAQs:
+  --duration: DAQ will be stopped automatically after given
+    number of days or hours
+  --dest-directory: files will be uploaded into
     a specific directory relative to experiment root path
-  - Upload data/target directory on exit specify upload of the given
-    directory automatically after DAQ completes
-- Added the following functionality for managing uploads:
-  - Destination directory specification causes files to be uploaded into
+  --upload-data-directory-on-exit: when DAQ finishes, upload of the given 
+    data directory will be executed automatically
+  --upload-dest-directory-on-exit: specifies destination directory for
+    upload after DAQ completes
+- Added the following options for managing uploads:
+  --dest-directory: files will 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 framework for higher level beamline specific tools and
+  added commands that combine adding new experiment with 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