From b4dfde32b42e711b14994cef89d54c00873c7133 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 12 Sep 2024 02:20:16 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53f40ca6..dfd2387c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,15 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- Git history referencing in prompts - 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) -- Improved ### Fixed - Prompt text field persona suggestions [#685](https://github.com/carlrobertoh/CodeGPT/issues/685) - Text field autofocus when opening the chat toolwindow [#691](https://github.com/carlrobertoh/CodeGPT/issues/691) - Git commit dialog selected changes not being included in diff +- Ollama server host configuration overriding [#684](https://github.com/carlrobertoh/CodeGPT/issues/684) ### Improved