From ceb82ff9ebfa4e122c9b35c47aa58513fa8f1f22 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 18 Nov 2024 09:37:05 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 868456ba..6ed1fc47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Option to explain commits from VCS log tree [#688](https://github.com/carlrobertoh/CodeGPT/issues/688) + +### Fixed + +- Chat response streaming for messages received faster than polling rate [#757](https://github.com/carlrobertoh/CodeGPT/issues/757) + +### Improved + +- Default CodeGPT prompt instructions + ## [2.12.4-241.1] - 2024-11-14 ### Added