From 0cd9f879676d84033ea7d5a8499b497a108300aa Mon Sep 17 00:00:00 2001 From: mwjames Date: Sat, 30 Apr 2016 09:11:39 +0200 Subject: [PATCH] Release 1.1.0 [skip ci] --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 005c9bb..16f69cd 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ the dependency to your [composer.json][composer]. ```json { "require": { - "onoi/callback-container": "~1.0" + "onoi/callback-container": "~1.1" } } ``` @@ -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