Skip to content

Commit

Permalink
⬆️ 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hultberg committed May 11, 2018
1 parent f459e67 commit c44b64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## (unreleased)
## 1.6.0

* Bug: Argument resolver did not resolve Definitions
* `DefinitionClass` now does not require a class name. When not specified, the container will find the class being resolved with the definition and use it. This allows us to write (in definition array): `MyClass::class => get()` and not `MyClass::class => get(MyClass::class)`
Expand Down

0 comments on commit c44b64a

Please sign in to comment.