From 3802b430277676694d5dc4fe696e3aaee57df24b Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Sun, 17 Sep 2017 11:28:42 -0400 Subject: [PATCH] Adds merged PR to changelog Adds new contributor to readme --- CHANGELOG.md | 3 +++ README.md | 1 + 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index caa7449..51ecb95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Provides a file-based view of all the changed files in the working tree and/or files in commits that haven't yet been pushed upstream - Adds `gitlens.gitExplorer.enabled` setting to specify whether or not to show the `GitLens` custom view - closes [#144](https://github.com/eamodio/vscode-gitlens/issues/144) +### Fixed +- Fixed an issue when running `Open File in Remote` with a multi-line selection wasn't properly opening the selection in GitLab -- thanks to [PR #145](https://github.com/eamodio/vscode-gitlens/pull/145) by Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron))! + ## [5.1.0] - 2017-09-15 ### Added - Adds full (multi-line) commit message to the `details` hover annotations -- closes [#116](https://github.com/eamodio/vscode-gitlens/issues/116) diff --git a/README.md b/README.md index 3aca2e2..864a776 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ GitLens is highly customizable and provides many configuration settings to allow A big thanks to the people that have contributed to this project: +- Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=AmandaCameron)) - Peng Lyu ([@rebornix](https://github.com/rebornix)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rebornix)) - Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=nobitagit) - Johannes Rieken ([@jrieken](https://github.com/jrieken)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=jrieken))