Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Jun 16, 2023
1 parent 341c0aa commit 69eaa4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/test/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`.
* Make some annotation classes `final`: `OnPlatform`, `Retry`, `Skip`, `Tags`,
`TestOn`, `Timeout`.
* Fix the `root_` fields in the JSON reporter when running a test on Windows
with an absolute path.

## 1.24.3

Expand Down
2 changes: 2 additions & 0 deletions pkgs/test_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Drop support for null unsafe Dart, bump SDK constraint to `3.0.0`.
* Add `final` modifier on some implementation classes: `Configuration`,
`CustomRuntime`,`RuntimeSettings`, `SuiteConfiguration`.
* Fix the `root_` fields in the JSON reporter when running a test on Windows
with an absolute path.

## 0.5.3

Expand Down

0 comments on commit 69eaa4d

Please sign in to comment.