Skip to content

Commit

Permalink
Prepare v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Jun 14, 2015
1 parent 2de2104 commit 0e340c3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
# CHANGELOG
# Changelog

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-06-14)

* Expose Response object in case of HTTP errors
([#35](https://github.com/clue/php-buzz-react/pull/35))

* Feature: Add experimental `Transaction` options via `Browser`
([#25](https://github.com/clue/php-buzz-react/pull/25))

* Feature: Add experimental streaming API
([#31](https://github.com/clue/php-buzz-react/pull/31))

* Feature: Automatically assign a "Content-Length" header for outgoing `Request`s
([#29](https://github.com/clue/php-buzz-react/pull/29))

* Feature: Add `Message::getHeader()`, it is now available on both `Request` and `Response`
([#28](https://github.com/clue/php-buzz-react/pull/28))

## 0.2.0 (2014-11-30)

Expand All @@ -29,4 +42,3 @@ you spot any mistakes.
## 0.0.0 (2013-09-01)

* Initial concept

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

0 comments on commit 0e340c3

Please sign in to comment.