From 770f53d92d452702700ffee0a654d1469ee984b2 Mon Sep 17 00:00:00 2001
From: Sinisa Veseli <sveseli@aps.anl.gov>
Date: Wed, 1 May 2019 14:46:45 +0000
Subject: [PATCH] prevent experiment names with spaces

---
 RELEASE_NOTES.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index aa4a8017..3faef622 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -1,9 +1,10 @@
 Release 2.3.1 (XX/YY/2019)
 =============================
 - Added system LDAP utilities for verifying and creating groups
-- Prevented core files from being uploaded
 - Added support for retrieving single processing job stage via the --stage
   option for the get-processing-job command
+- Prevented core files from being uploaded
+- Prevented creation of experiment names with spaces
 
 Release 2.3.0 (04/15/2019)
 =============================
-- 
GitLab