From f3a6af14df4a1a2c02ac2bcb82503ebe52931ce3 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 89901bd9..d246840f 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-223] - 2024-11-14 ### Added