docs: update changelog

This commit is contained in:
Carl-Robert Linnupuu 2024-11-18 09:37:05 +00:00
parent 77101792a4
commit ceb82ff9eb

View file

@ -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