We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4332374 + 424dfb3 commit 091f9adCopy full SHA for 091f9ad
1 file changed
CHANGELOG.md
@@ -98,6 +98,11 @@ Major upgrade: CodeClone evolves from a structural clone detector into a
98
- replaced repeated full `ast.walk()` scans per range with a per-file
99
statement index + `bisect` window lookup
100
101
+### Tests
102
+
103
+- Preserved existing golden/contract behavior for `1.4.x` and kept report output
104
+ semantics unchanged while improving runtime overhead.
105
106
### Contract Notes
107
108
- No baseline/cache/report schema changes.
0 commit comments