From 9856e10d3c07c1f8807b9933668d3665a3ea78f6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 22 Mar 2021 11:34:23 -0400 Subject: [PATCH] call out behavior change --- CHANGELOG | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fe34c9abf3..bc1c1a5926 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,10 +4,10 @@ git-annex (8.20210311) UNRELEASED; urgency=medium * import: When the previously exported tree contained a submodule, preserve it in the imported tree so it does not get deleted. * export --json: Fill in the file field. - * When autoenabling special remotes of type S3, weddav, or glacier, - do not take login credentials from environment variables, as the user - may not be expecting the autoenable to happen, and may have those - set for other purposes. + * Behavior change: When autoenabling special remotes of type S3, weddav, + or glacier, do not take login credentials from environment variables, + as the user may not be expecting the autoenable to happen, or may + have those set for other purposes and not intend git-annex to use them. -- Joey Hess Fri, 12 Mar 2021 12:06:37 -0400