From afab33ad1c3e9af88261289ce578b8f203ad8134 Mon Sep 17 00:00:00 2001 From: risk danger olson Date: Tue, 27 Oct 2015 09:34:26 -0600 Subject: [PATCH] update changelog to match release notes --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 050bb79c..0556b2f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,13 +11,18 @@ * Improved default remote behaviour & validation for fetch/pull #713 (@sinbad) * Make fetch return error code when 1+ downloads failed #734 (@sinbad) * Improve lfs.InRepo() detection in `init`/`update` #756 (@technoweenie) -* whitelist the valid keys read from .gitconfig #760 (@technoweenie) * Teach smudge to use the batch api #711 (@rubyist) * Fix not setting global attribute when needed to b/c of local state #765 (@sinbad) * Fix clone fail when fetch is excluded globally #770 (@sinbad) * Fix for partial downloads problem #763 (@technoweenie) * Get integration tests passing on Windows #771 (@sinbad) +### Security + +* Whitelist the valid keys read from .gitconfig #760 (@technoweenie) + +This prevents unsafe git configuration values from being used by Git LFS. + ## v1.0 (1 October, 2015) * Manual reference is integrated into the "help" options #665 @sinbad