From db81eb32598dd8bea9e05155665ceff08cda32d7 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 4 Nov 2024 12:11:22 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa61748f..0e12b691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Ollama chat completion streaming [#744](https://github.com/carlrobertoh/CodeGPT/issues/744) +- Non-stream chat completions error handling (CodeGPT, OpenAI) [#746](https://github.com/carlrobertoh/CodeGPT/issues/746) +- Prompt text component height issues [#747](https://github.com/carlrobertoh/CodeGPT/issues/747) +- Endless loading when persona name or instructions are null [#748](https://github.com/carlrobertoh/CodeGPT/issues/748) + ## [2.12.1-233] - 2024-11-01 ### Added