From 67eee18a5e823f7f254a019f086d044e4452ae15 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Wed, 31 Jul 2024 02:25:19 +0300 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a2e2931..8f841c64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- An additional context popup triggered by '@' keystrokes +- **Web search support** - available only through the CodeGPT provider [#641](https://github.com/carlrobertoh/CodeGPT/pull/641) +- **Persona customization** - a quick way to define and switch between different system prompts. Initial release comes with over 600 pre-defined prompts. [#638](https://github.com/carlrobertoh/CodeGPT/pull/638) + ## [2.8.5-233] - 2024-07-24 ### Added