From 7600a8e86eb209a5f55f5bf11569c3ae95613be1 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sat, 18 Feb 2017 17:24:16 -0500 Subject: [PATCH] Updates CHANGELOG for v2.5.2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 222f348..1ec71b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ ### 2.5.2 - Adds `Open File` command to `gitlens.showQuickCommitDetails` quick pick list - Adds `Open Files` command to `gitlens.showQuickCommitDetails` quick pick list + - Changes `Not Committed Yet` author for uncommitted changes to `Uncommitted` + - Improves performance of git-log operations in `gitlens.diffWithPrevious` and `gitlens.diffWithWorking` commands + - Fixes showing `gitlens.showQuickCommitDetails` quick pick list for uncommitted changes -- now shows the previous commit details ### 2.5.1 - Adds `gitlens.copyMessageToClipboard` command to copy commit message to the clipboard