Skip to content

Commit

Permalink
Prepare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Mar 31, 2015
1 parent 198b5a6 commit e9bf92d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ This file is a manually maintained list of changes for each release. Feel free
to add your changes here when sending pull requests. Also send corrections if
you spot any mistakes.

## 0.3.0 (2015-03-31)

* BC break: Rename `Api` to `ActionSender` to reflect its responsibility
([#22](https://github.com/clue/php-ami-react/pull/22))

* Rename invalid action method `logout()` to proper `logoff()`
([#17](https://github.com/clue/php-ami-react/issues/17))

* Feature: Add `Response::getCommandOutput()` helper
([#23](https://github.com/clue/php-ami-react/pull/23))

* Feature: Emit "error" event for unexpected response messages
([#21](https://github.com/clue/php-ami-react/pull/21))

* Functional integration test suite
([#18](https://github.com/clue/php-ami-react/pull/18) / [#24](https://github.com/clue/php-ami-react/pull/24))

## 0.2.0 (2014-07-20)

* Package renamed to "clue/ami-react"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ The recommended way to install this library is [through composer](http://getcomp
```JSON
{
"require": {
"clue/ami-react": "~0.2.0"
"clue/ami-react": "~0.3.0"
}
}
```
Expand Down

0 comments on commit e9bf92d

Please sign in to comment.