main-tester-0.2.0.0: ChangeLog.md
# 0.2.0.0
- Breaking change:
- Add `prException` field to `ProcessResult`.
- Now `captureProcessResult` catches any exception (including `ExitCode`) thrown by the given action (usually your `main` function).
- The caught exception is available by `prException` function (except `ExitCode`).
- :new: Add `withEnv` function.
# 0.1.0.0
- Initial release.