From 4bac873bd07c55d487b8d5660dad1d966feb2497 Mon Sep 17 00:00:00 2001 From: Ramin Tadayon Date: Mon, 30 Jan 2023 13:21:31 -0700 Subject: [PATCH] Adds separator line to unreleased section in CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a326699..e37ee84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Fixes graph issue where search results that are merge commits are not highlighted when the `gitlens.graph.dimMergeCommits` setting is enabled - Fixes graph issue where the "Current Branch Only" filter shows unrelated commits from other branches [#2409](https://github.com/gitkraken/vscode-gitlens/issues/2409) - Fixes graph issue where rows with tags belonging to a hovered branch are not highlighted when the `gitlens.graph.highlightRowsOnRefHover` setting is enabled + ## [13.2.0] - 2022-12-20 ### Added