From 212dfc4b6a51d8fc44e4a51a137d4d09d2e0405a Mon Sep 17 00:00:00 2001 From: Colby McHenry Date: Sun, 21 Jun 2026 11:50:24 -0500 Subject: [PATCH] docs(changelog): note the sync cross-file caller-edge fix (#899) PR #927 (merged to main) fixed `sync()` dropping incoming cross-file calls/references edges on callee re-index but did not add a CHANGELOG entry; add it to [Unreleased] so it lands in the next release notes. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2c7c6..fc460f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - React components declared with `forwardRef`, `memo`, or styled-components / emotion (`const Button = forwardRef(...)`, `const Card = memo(...)`, `const Box = styled.button\`…\``) are now recognized as components, so finding where they're used works. Before, they were indexed as plain constants, so `codegraph callers` and impact analysis reported "no callers found" even when the component was rendered across dozens of files — a dangerous false "safe to change" right before refactoring a shared component. Now every `