From 361b341e87fbb1f48de881f90611e7a3336b2f39 Mon Sep 17 00:00:00 2001 From: phil-levy Date: Fri, 7 Apr 2017 17:38:15 -0700 Subject: [PATCH 1/2] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 37e1ca475..fffca05e1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# Release Notes for User Sync Tool Version 1.2 +# Release Notes for User Sync Tool Version 2.0 These notes apply to 2.0rc1 of 2017-04-03. @@ -79,5 +79,7 @@ a new file, call it `extension.yaml` the `directory_users` section, and put the relative path to the new `extension.yaml` file as its value. +If you have a file that lists users for input (--users file f) or removal, the column named `user` should be renamed to `username`. + From 56c6f5e67b0cc2ef5f160448255f3c7893076148 Mon Sep 17 00:00:00 2001 From: phil-levy Date: Fri, 7 Apr 2017 17:55:07 -0700 Subject: [PATCH 2/2] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fffca05e1..8eab46df1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,6 +1,6 @@ # Release Notes for User Sync Tool Version 2.0 -These notes apply to 2.0rc1 of 2017-04-03. +These notes apply to 2.0rc2 of 2017-04-07. ## New Arguments & Configuration Syntax