Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Nov 2, 2024
1 parent f82a576 commit c3c56b0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Add a `-follow-output` flag to allow writing go test output directly into a file. This will be
useful (especially in CI jobs) for outputting overly verbose testing output into a file instead of
the standard stream. (#133)
the standard stream. (#134)

| flag combination | `go test` output destination |
| ------------------------ | ---------------------------- |
Expand All @@ -18,6 +18,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
| `-follow-output` | Write to file |
| `-follow -follow-output` | Write to file |

- Use [charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) for table rendering.
- This will allow for more control over the output and potentially more features in the future.
(#136)
- Minor changes to the output format are expected, but the overall content should remain the same.
If you have any feedback, please let me know.

## [v0.15.0]

- Add `-trimpath` flag, which removes the path prefix from package names in the output, simplifying
Expand Down

0 comments on commit c3c56b0

Please sign in to comment.