From 4502c663f9d15fb690f8b02a9294669ec95e5aaa 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 6ab953c0..5c244e33 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-241.1] - 2024-11-01 ### Added