From dfa6ed76b1412b0336315da9cc7cff4e5fe0eb4a Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Fri, 13 Oct 2023 17:29:14 -0700 Subject: [PATCH] docs: update changelog for v0.3.0 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f0b360..0035c55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,25 @@ # v0.3.0 [Unreleased] ## Features -## Fixes and improvements +### Retrieval-Augmented Code Completion Enabled by Default + +The currently supported languages are: + +* Rust +* Python +* JavaScript / JSX +* TypeScript / TSX + +A blog series detailing the technical aspects of Retrieval-Augmented Code Completion will be published soon. Stay tuned! + +## Fixes and Improvements + +* Fix [Issue #511](https://github.com/TabbyML/tabby/issues/511) by marking ggml models as optional. +* Improve stop words handling by combining RegexSet into Regex for efficiency. # v0.2.2 (10/09/2023) ## Fixes and improvements + * Fix a critical issue that might cause request dead locking in ctranslate2 backend (when loading is heavy) # v0.2.1 (10/03/2023)