From 5f932394af2f493787ea2651373b649cfdfdaaed Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 24 Jul 2024 20:05:04 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e1f7d1..146502f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **Llama 3.1 405B** model for CodeGPT Individual plan users +### Fixed + +- Wrong line separators exception during code completion [(#637)](https://github.com/carlrobertoh/CodeGPT/issues/637) + ## [2.8.4-233] - 2024-07-19 ### Added