From 68d0b314f5f3ffbce7e6b9e8539e7c4012d43967 Mon Sep 17 00:00:00 2001 From: Tobi Lutke Date: Sun, 5 Apr 2026 18:18:20 -0400 Subject: [PATCH] docs: add release highlights for 2.1.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 705aa85..5415212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +Code files now chunk at function and class boundaries via tree-sitter, +clickable editor links land you at the right line from search results, +and per-collection model configuration means you can point different +collections at different embedding models. 25+ community PRs fix +embedding stability, BM25 accuracy, and cross-platform launcher issues. + ### Changes - AST-aware chunking for code files via `web-tree-sitter`. Supported