C#: Add change-note.

This commit is contained in:
Michael Nebel
2025-10-07 14:24:21 +02:00
parent f9d62a0efc
commit 584d8c5377

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The extraction of location information for named types (classes, structs, etc.) has been optimized. Previously, location information was extracted multiple times for each type when it was declared across multiple files. Now, the extraction context is respected during the extraction phase, ensuring locations are only extracted within the appropriate context. This change should be transparent to end-users but may improve extraction performance in some cases.