From 70214db26ec960ef6cf28ebd7eb9d76d640f9a08 Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Wed, 12 Feb 2014 07:02:52 -0500 Subject: [PATCH] Update release notes with this PR. --- doc/release-notes/NEXT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/NEXT.md b/doc/release-notes/NEXT.md index 3e09bb7a..17d6f8b4 100644 --- a/doc/release-notes/NEXT.md +++ b/doc/release-notes/NEXT.md @@ -2,5 +2,5 @@ * Improve clone performance (#518) * Don't fetch files from TFS if we're going to ignore them (#519) * Support custom checkin notes (#520) -* Use LibGit2Sharp to create commits (#534) +* Use LibGit2Sharp to create commits (#534, #546) * Other documentation and bug fixes (#487, #521, #523, #527)