diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6793e..94dfec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds associated pull requests to branches and commits in GitLens views - Adds rich autolinks for GitLab issues and merge requests, including titles, status, and authors - Adds rich support to _Autolinked Issues and Pull Requests_ within comparisons to list autolinked GitLab issues and merge requests in commit messages + - Additional thanks to Kevin Paxton ([kpaxton](https://github.com/kpaxton)) for help and contributions on this feature - Adds editor line highlighting and code fading (dimming) to the _File Heatmap_ annotations to make it easier to tell recent vs old lines of code - Adds a `line` option to `gitlens.heatmap.locations` setting to specify whether to add a line highlight to the _File Heatmap_ annotations - Adds a `gitlens.heatmap.fadeLines` setting to specify whether to fade out older lines when showing the _File Heatmap_ annotations diff --git a/README.md b/README.md index e9d45c5..b340f9f 100644 --- a/README.md +++ b/README.md @@ -1144,6 +1144,7 @@ A big thanks to the people that have contributed to this project: - Nguyen Long Nhat ([@torn4dom4n](https://github.com/torn4dom4n)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=torn4dom4n) - Aurelio Ogliari ([@nobitagit](https://github.com/nobitagit)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=nobitagit) - Raaj Patil ([@arrpee](https://github.com/arrpee)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=arrpee) +- Kevin Paxton ([kpaxton](https://github.com/kpaxton)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=kpaxton) - Connor Peet ([@connor4312](https://github.com/connor4312)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=connor4312) - Maxim Pekurin ([@pmaxim25](https://github.com/pmaxim25)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=pmaxim25) - Leo Dan Peña ([@amouxaden](https://github.com/amouxaden)) — [contributions](https://github.com/gitkraken/vscode-gitlens/commits?author=amouxaden)