From 91b2116883fcee8da64f3dfe3d08ce4a252723a7 Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Wed, 16 Nov 2022 09:54:22 -0700 Subject: [PATCH] Adds graph bugfixes to CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe4aac6..d25ee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -75,6 +75,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fixes [#2329](https://github.com/gitkraken/vscode-gitlens/issues/2329) - Remember UI settings in Commit Details panel - Fixes [#1606](https://github.com/gitkraken/vscode-gitlens/issues/1606) - Adjusts capitalization of "URL" — thanks to [PR #2341](https://github.com/gitkraken/vscode-gitlens/pull/2341) by Dave Nicolson ([@dnicolson](https://github.com/dnicolson)) - Fixes issue where we weren't honoring the default gravatar style (`gitlens.defaultGravatarsStyle`) in certain cases +- Fixes graph issue where stashes are sometimes assigned the wrong column +- Fixes graph issue with commit rows being incorrectly hidden in some cases +- Fixes graph issue with merge commits not being hidden correctly in some cases +- Fixes some graph issues with hover on branch/tag labels ## [13.0.4] - 2002-11-03