diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c837a8..35bb682 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Release Notes +### 2.7.1 +- Adds proper support for multi-line commit messages +- Fixes [#33](https://github.com/eamodio/vscode-gitlens/issues/33) - Commit message styled as title in popup, when message starts with hash symbol ### 2.7.0 - Adds file status icons (added, modified, deleted, etc) to the `gitlens.showQuickCommitDetails` quick pick list - Adds `Copy Commit Sha to Clipboard` command to commit files quick pick list diff --git a/package.json b/package.json index 18795e5..a4351f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gitlens", - "version": "2.7.0", + "version": "2.7.1", "author": { "name": "Eric Amodio", "email": "eamodio@gmail.com"