From 1c7785fd5214b9d069213d0ac5bfc6a530473e27 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 15 Sep 2017 17:38:15 -0400 Subject: [PATCH] Adds note for closed issue in changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70bf0f3..caccfdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [5.1.0-beta] - 2017-09-15 ### Added -- Adds full (multi-line) commit message to the `details` hover annotations +- Adds full (multi-line) commit message to the `details` hover annotations -- closes [#116](https://github.com/eamodio/vscode-gitlens/issues/116) - Adds an external link icon to the `details` hover annotations to run the `Open Commit in Remote` command (`gitlens.openCommitInRemote`) ### Changed