From f7d0682d5ca858a552a47cbac8ca4e2fef2ae373 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Thu, 4 Nov 2021 02:10:18 -0400 Subject: [PATCH] Adds @markjm's contribution Updates CHANGELOG --- CHANGELOG.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b0041b..8562641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds a new rich hover to the GitLens mode in the status bar - Adds a new _Cherry Pick without Committing_ confirmation option to the _Git Command Palette_'s _cherry-pick_ command — closes [#1693](https://github.com/eamodio/vscode-gitlens/issues/1693) - Adds new _Open File_ command (with _Open Revision_ as an `alt-click`) to files in comparisons — closes [#1710](https://github.com/eamodio/vscode-gitlens/issues/1710) +- Adds commit message autolinking of merged pull requests for Azure Repos — closes [#1486](https://github.com/eamodio/vscode-gitlens/issues/1486) thanks to [PR #1487](https://github.com/eamodio/vscode-gitlens/pull/1487) by Mark Molinaro ([@markjm](https://github.com/markjm)) ### Fixed diff --git a/README.md b/README.md index 7947fb4..5ddeb7d 100644 --- a/README.md +++ b/README.md @@ -1092,6 +1092,7 @@ A big thanks to the people that have contributed to this project: - Peng Lyu ([@rebornix](https://github.com/rebornix)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=rebornix) - Cédric Malard ([@cmalard](https://github.com/cmalard)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=cmalard) - Asif Kamran Malick ([@akmalick](https://github.com/akmalick)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=akmalick) +- Mark Molinaro ([@markjm](https://github.com/markjm)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=markjm) - Ahmadou Waly Ndiaye ([@sir-kain](https://github.com/sir-kain)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=sir-kain) - Nguyen Long Nhat ([@torn4dom4n](https://github.com/torn4dom4n)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=torn4dom4n) - Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=nobitagit)