Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit d5b1548

Browse files
author
Hendrik van Antwerpen
committed
Update changelog
1 parent 097245e commit d5b1548

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tree-sitter-stack-graphs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
- The `LanguageConfiguration::matches_file` method takes a `ContentProvider` instead of an `Option<&str>` value. This allows lazy file reading *after* the filename is checked, instead of the unconditional loading required before. To give content readers the opportunity to cache read values, a mutable reference is required. The return type has changed to `std::io::Result` to propagate possible errors from content providers. A `FileReader` implementation that caches the last read file is provided as well.
1919

20+
#### Fixed
21+
22+
- Fix a panic condition when assertion refer to source lines beyond the end of the test file.
23+
2024
### CLI
2125

2226
#### Added
@@ -26,8 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
#### Changed
2731

2832
- The `--show-ignored` flag of the `test` command has been renamed to `--show-skipped`. Only explicitly skipped test files (with a `.skip` extension) will be shown. Other unsupported files are, such as generated HTML files, are never shown.
29-
- The output of the `test` command has changed to print the test name before the test result, so that it clear which test is currently running.
3033
- The `--hide-passing` flag of the `test` command has been renamed to the more common `--quiet`/`-q`.
34+
- The output of the `test` command has changed to print the test name before the test result, so that it clear which test is currently running.
3135

3236
## v0.6.0 -- 2023-01-13
3337

0 commit comments

Comments
 (0)