From f8fd2eb53cfb03d911f8517f9be46896c09911ff Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 14 Mar 2023 18:14:46 -0400 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d808c28..ef492ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Added -- Adds an experimental _Generate Commit Message (Experimental)_ command to use OpenAI to generate a commit message for staged changes — currently only available in the pre-release edition +- Adds an experimental _Generate Commit Message (Experimental)_ command to use OpenAI to generate a commit message for staged changes - Adds a `gitlens.experimental.generateCommitMessagePrompt` setting to specify the prompt to use to tell OpenAI how to structure or format the generated commit message — can have fun with it and make your commit messages in the style of a pirate, etc - Adds auto-detection for `.git-blame-ignore-revs` files and excludes the commits listed within from the blame annotations - Adds a _Open Git Worktree..._ command to jump directly to opening a worktree in the _Git Command Palette_