From 5c28786cf186909bf229048612768b72d289dd1c Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 17 Feb 2023 14:19:10 -0500 Subject: [PATCH] Tweaks CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42302de..b7783c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Adds a new experimental minimap of commit activity to the _Commit Graph_ - Adds a new experimental _Changes_ column visualizing commit changes - Adds markers to the _Commit Graph_ scroll area indicating the location of the selected row, search results, current branch, upstream, and more - - Adds the ability to show upstream (ahead/behind) status on local branches with remotes + - Adds the ability to show upstream (ahead/behind) status on local branches with an upstream - Adds a double-click action on the status to pull (when behind) or push (when ahead) pending changes - Adds context menu actions to _Push_, _Pull_, and _Fetch_ the local branch - Adds a `gitlens.graph.showUpstreamStatus` setting to toggle upstream (ahead/behind) indicators on branches