C#: Add change note.

This commit is contained in:
Michael Nebel
2025-10-10 11:47:19 +02:00
parent e8fd843e52
commit b8c3a28de3

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The extraction of location information for parameters, fields, constructors, destructors and user operators has been optimized. Previously, location information was extracted multiple times for each bound generic. Now, only the location of the unbound generic declaration is extracted during the extraction phase, and the QL library explicitly reuses this location for all bound instances of the same generic.