From a9f4b0ae27cc4dc40ed6d1a612a3a9bc51e480f9 Mon Sep 17 00:00:00 2001 From: Keith Daulton Date: Mon, 30 Jan 2023 15:00:58 -0500 Subject: [PATCH] Udpates CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b16fb..2328e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added - Adds a new experimental minimap of commit activity to the _Commit Graph_ +- Adds context menu options to the WIP row of the _Commit Graph_ [#2458](https://github.com/gitkraken/vscode-gitlens/issues/2458) +- Adds setting to toggle PR icons in the _Commit Graph_ [#2450](https://github.com/gitkraken/vscode-gitlens/issues/2450) + +### Changed + +- Removes "preview" flag from pre-releases +- Removes use of color libraries in the _File Heatmap_ annotations and webview themes ### Fixed - Fixes [#2473](https://github.com/gitkraken/vscode-gitlens/issues/2473) - Commit graph status bar show wrong last fetched date +- Fixes pinning not being respected in Commit Details ## [13.2.0] - 2022-12-20