From b51574ad5cb2dd580b83ec3fbcdafd7ca25bd2e6 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 27 Nov 2024 10:53:56 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6faf2a42..fe0506da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- NPE when using IDE internal completions [#777](https://github.com/carlrobertoh/CodeGPT/issues/777) +- Inline completion triggering when editor has active lookup + ## [2.13.0-241.1] - 2024-11-25 ### Added