Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdeviant committed Apr 21, 2024
1 parent e392ad0 commit 93b802c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Added test filtering using positional arguments to the CLI.
- You can provide zero or more test filepaths for filtering.
- `gleam test -- example` will run all tests in files that have "example" in their name.
- `gleam test -- test/startest_test.gleam` will run just the tests in the specified file.

### Changed

- Renamed `--filter` CLI flag to `--test-name-filter`.

## [0.2.0] - 2024-04-20

### Added
Expand Down

0 comments on commit 93b802c

Please sign in to comment.