From b0cb035a62c4476bad489757c3c5533520ebb845 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Wed, 25 Jan 2017 18:52:29 +0100 Subject: [PATCH] Mention New Feature in release notes Performance [was enhanced when using fscache in a massively sparse checkout](https://github.com/git-for-windows/git/pull/994). Signed-off-by: Johannes Schindelin --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bcc955b762..d558d52118 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -34,6 +34,10 @@ This package contains software from a number of other projects including Bash, z ## Changes since Git for Windows v2.11.0(3) (January 14th 2017) +### New Features + +* Performance [was enhanced when using fscache in a massively sparse checkout](https://github.com/git-for-windows/git/pull/994). + ### Bug Fixes * Git GUI will [no longer set `GIT_DIR` when calling Git Bash after visualizing the commit history](https://github.com/git-for-windows/git/pull/1032).