From 483dc326ed19d6c79485d556a71a274a267d619e Mon Sep 17 00:00:00 2001 From: mwjames Date: Sat, 24 Jan 2015 16:54:29 +0900 Subject: [PATCH] 1.0.0 release --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b5d0b80..1f12757 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,10 @@ or to execute `composer require onoi/message-reporter:~1.0`. ## Usage -The message reporter interface for all interactions is specified by `Onoi\MessageReporter\MessageReporter`. +The message reporter specifies `Onoi\MessageReporter\MessageReporter` as an interface for all interactions with a set of supporting classes: +- `MessageReporterFactory` +- `ObservableMessageReporter` +- `NullMessageReporter` ```php class Bar { @@ -92,7 +95,7 @@ The library provides unit tests that covers the core-functionality normally run ### Release notes -* 1.0.0 initial release (2015-01-X) +* 1.0.0 initial release (2015-01-24) ## License