Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Merge branch 'master' into xctest-refactor
  • Loading branch information
stuartmorgan-g committed Jul 20, 2021
commit b4be22c96a4320767bbbb03e518ff434ce95bd01
9 changes: 7 additions & 2 deletions script/tool/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
## 0.4.1
## NEXT

- Improved `license-check` output.
- Added an `xctest` flag to select specific test targets, to allow running only
unit tests or integration tests.
- Split Xcode analysis out of `xctest` and into a new `xcode-analyze` command.

## 0.4.1

- Improved `license-check` output.
- Use `java -version` rather than `java --version`, for compatibility with more
versions of Java.

## 0.4.0

- Modified the output format of many commands
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.