Skip to content

Commit

Permalink
Update CHANGELOG [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon authored Aug 13, 2019
1 parent 1900fd6 commit 7b3ddeb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 0.8.1 / 2019-08-13

## Added

- `Dry::Matcher#for` is a shortcut for `Dry::Matcher.for(..., with: matcher)` (flash-gordon)
```ruby
require 'dry/matcher/result_matcher'

class CreateUser
include Dry::Matcher::ResultMatcher.for(:call)

def call(...)
# code returning an instance of Dry::Monads::Result
end
end
```

[Compare v0.8.0...v0.8.1](https://github.com/dry-rb/dry-matcher/compare/v0.8.0...v0.8.1)

# 0.8.0 / 2019-07-30

## Changed
Expand Down

0 comments on commit 7b3ddeb

Please sign in to comment.