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 Jul 8, 2019
1 parent 8061304 commit 268e483
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.7.2 - unreleased

## Added

* `.resolve` accepts an optional fallback block, similar to how `Hash#fetch` works (flash-gordon)
```ruby
container.resolve('missing_key') { :fallback } # => :fallback
```

## v0.7.1 - 2019-06-07

## Fixed
Expand Down

0 comments on commit 268e483

Please sign in to comment.