Skip to content

Commit 84df8f3

Browse files
committed
Adds merged PRs to README / CHANGELOG
1 parent 9a4ed5c commit 84df8f3

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5454
- Fixes [#366](https://github.com/eamodio/vscode-gitlens/issues/366) - Running a GitLens command from a keybinding fails
5555
- Fixes [#155](https://github.com/eamodio/vscode-gitlens/issues/155) - Navigating file diffs with `alt+,` gets stuck
5656
- Fixes [#359](https://github.com/eamodio/vscode-gitlens/issues/359) - Show changes of an added file in the first commit
57+
- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic))
58+
- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon))
5759
- Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents
5860
- Fixes issue with the current line blame toggle not working when current line blame starts disabled
5961
- Fixes various issues when not on a branch

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
- Fixes [#366](https://github.com/eamodio/vscode-gitlens/issues/366) - Running a GitLens command from a keybinding fails
5959
- Fixes [#155](https://github.com/eamodio/vscode-gitlens/issues/155) - Navigating file diffs with `alt+,` gets stuck
6060
- Fixes [#359](https://github.com/eamodio/vscode-gitlens/issues/359) - Show changes of an added file in the first commit
61+
- Fixes *bronze* typo thanks to [PR #361](https://github.com/eamodio/vscode-gitlens/pull/361) by Cory Forsyth ([@bantic](https://github.com/bantic))
62+
- Fixes *individually* typo thanks to [PR #364](https://github.com/eamodio/vscode-gitlens/pull/364) by Brett Cannon ([@brettcannon](https://github.com/brettcannon))
6163
- Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents
6264
- Fixes issue with the current line blame toggle not working when current line blame starts disabled
6365
- Fixes various issues when not on a branch
@@ -790,6 +792,8 @@ Add [`"gitlens.insiders": true`](#general-settings "Jump to GitLens settings") t
790792
A big thanks to the people that have contributed to this project:
791793

792794
- Amanda Cameron ([@AmandaCameron](https://github.com/AmandaCameron)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=AmandaCameron))
795+
- Brett Cannon ([@brettcannon](https://github.com/brettcannon)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=brettcannon))
796+
- Cory Forsyth ([@bantic](https://github.com/bantic)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=bantic))
793797
- Geoffrey ([@g3offrey](https://github.com/g3offrey)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=g3offrey))
794798
- Yukai Huang ([@Yukaii](https://github.com/Yukaii)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=Yukaii))
795799
- Helmut Januschka ([@hjanuschka](https://github.com/hjanuschka)) — [contributions](https://github.com/eamodio/vscode-gitlens/commits?author=hjanuschka))

src/ui/welcome/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,16 @@ <h2 class="changelog__title">What's New in <span class="changelog__version">GitL
149149
Fixes <a title="Open Issue #359" href="https://github.com/eamodio/vscode-gitlens/issues/359">#359</a> &mdash; Show changes of an added file in the first commit
150150
<div class="changelog__details"></div>
151151
</li>
152+
153+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
154+
Fixes <i>bronze</i> typo thanks to <a title="Pull Request #361" href="https://github.com/eamodio/vscode-gitlens/pull/361">PR #361</a> by Cory Forsyth (<a title="Cory Forsyth" href="https://github.com/bantic">@bantic</a>)
155+
<div class="changelog__details"></div>
156+
</li>
157+
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
158+
Fixes <i>individually</i> typo thanks to <a title="Pull Request #364" href="https://github.com/eamodio/vscode-gitlens/pull/364">PR #364</a> by Brett Cannon (<a title="Brett Cannon" href="https://github.com/brettcannon">@brettcannon</a>)
159+
<div class="changelog__details"></div>
160+
</li>
161+
152162
<li><span class="changelog__badge changelog__badge--fixed">FIXED</span>
153163
Fixes issue where comparing previous revision during a merge/rebase conflict failed to show the correct contents
154164
<div class="changelog__details"></div>

0 commit comments

Comments
 (0)