From 28926332a490a11ace83c50070c6aa1e56f5630f Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 5 Mar 2021 01:09:34 -0500 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 710cceb..bc894ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - `C` + green colorization — indicates that the file is/was copied - `I` + grey colorization — indicates that the file is ignored - `U` + green colorization — indicates that the file is untracked +- Adds a new built-in _Create Pull Request_ flow that starts opening a pull request on github.com - Adds a new _Open Blame Prior to Change_ command (`gitlens.openBlamePriorToChange`) to open the blame of prior revision of the selected line in the current file — closes [#1014](https://github.com/eamodio/vscode-gitlens/issues/1014) - Adds new Git code lens action options - _Opens the commit on the remote service (when available)_ and _Copies the remote commit url to the clipboard (when available)_