Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mwjames committed Apr 30, 2016
1 parent 901aad7 commit 0cd9f87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ the dependency to your [composer.json][composer].
```json
{
"require": {
"onoi/callback-container": "~1.0"
"onoi/callback-container": "~1.1"
}
}
```
Expand Down Expand Up @@ -84,10 +84,10 @@ The library provides unit tests that covers the core-functionality normally run

## Release notes

- 1.1.0 (2016-04-29)
- 1.1.0 (2016-04-30)
- Fixed issue in `registeredObject` for when a singleton override contained a `null` argument
- Deprecated `CallbackLoader` interface in favour of `CallbackInstantiator` interface
- Deprecated `NullCallbackLoader` interface in favour of `NullCallbackInstantiator` interface
- Deprecated the `CallbackLoader` interface in favour of the `CallbackInstantiator` interface
- Deprecated the `NullCallbackLoader` class in favour of the `NullCallbackInstantiator` class

- 1.0.0 Initial release (2015-09-08)
- Added the `CallbackContainer` and `CallbackLoader` interface
Expand Down

0 comments on commit 0cd9f87

Please sign in to comment.