From 8ccb0721c88ceac5596b7afc8f55c9c94fffa72c Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Tue, 5 Nov 2019 09:35:00 -0600
Subject: [PATCH] add ability to include or exclude certain file extensions for
 DAQs and uploads

---
 RELEASE_NOTES.txt | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 48c9dcfa..755082cd 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,3 +1,13 @@
+Release 3.2.0 (11/05/2019)
+=============================
+- Implemented ability to include or exclude file extensions for uploads and DAQs
+  - New API Options for starting DAQ/Upload
+    * includeFileExtensions
+    * excludeFileExtensions
+  - New CLI Options for starting DAQ/Upload
+    * include-extensions
+    * exclude-extensions
+
 Release 3.1.0 (10/25/2019)
 =============================
 - Added new ESAF interfaces for support of extended data retrieval
-- 
GitLab