| Index: CHANGELOG.md
|
| diff --git a/CHANGELOG.md b/CHANGELOG.md
|
| index 613d0849a980dbc2301270ddf09b157509de11d8..a8210d913467fd08e82e5eecb1eb0eea5ebeccf8 100644
|
| --- a/CHANGELOG.md
|
| +++ b/CHANGELOG.md
|
| @@ -1,3 +1,24 @@
|
| +##0.12.0
|
| +
|
| +* Removed `FailureHandler`, `DefaultFailureHandler`,
|
| + `configureExpectFailureHandler`, and `getOrCreateExpectFailureHandler` which
|
| + are exported from the `matcher` package and will be removed. They existed
|
| + to enable integration between `unittest` and `matcher` that is being
|
| + streamlined.
|
| +
|
| +* Moved a number of APIs from `matcher` into `unittest`, including:
|
| + `completes`, `completion`, `ErrorFormatter`, `expect`,`fail`, `prints`,
|
| + `TestFailure`, `Throws`, and all of the `throws` methods.
|
| +
|
| + * `expect` no longer has a named `failureHandler` argument.
|
| +
|
| + * `expect` added an optional `formatter` argument.
|
| +
|
| + * `completion` argument `id` renamed to `description`.
|
| +
|
| +* Removed several members from `SimpleConfiguration` that relied on removed
|
| + functionality: `onExpectFailure`, `stopTestOnExpectFailure`, and 'name'.
|
| +
|
| ##0.11.5
|
|
|
| * Bumped the version constraint for `matcher`.
|
|
|