docs: update changelog

This commit is contained in:
Carl-Robert Linnupuu 2024-09-11 00:47:10 +03:00
parent c9fcf7362d
commit 757afeff9e

View file

@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- Quick code snippet referencing in prompts [#690](https://github.com/carlrobertoh/CodeGPT/issues/690)
- Name suggestions for languages other than Java [#615](https://github.com/carlrobertoh/CodeGPT/issues/615)
### Fixed
- Prompt text field persona suggestions [#685](https://github.com/carlrobertoh/CodeGPT/issues/685)
- Git commit dialog selected changes not being included in diff
## [2.11.0-241.1] - 2024-09-05
### Added