We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab4ed10 commit 7ab8745Copy full SHA for 7ab8745
CHANGELOG.md
@@ -10,12 +10,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
10
11
### Updated
12
13
+### Removed
14
+
15
+## [3.0.1] 2025-06-12
16
17
+### Updated
18
19
- Complexity scoring for `when:` headers no longer counts `not` operations. This means that `when: $x` and `when: not $x` have the same score of 1.
20
- `VirtualMachine.ContentSaliencyStrategy` now defaults to `RandomBestLeastRecentlyViewed`, not `First`
21
- `NodeDebugInfo.LineInfo` now stores ranges of text, rather than just the start position.
22
-### Removed
-
23
## [3.0.0] 2025-05-16
24
25
### Added
0 commit comments