Skip to content

Commit

Permalink
Prepare for 0.15.1 (#230)
Browse files Browse the repository at this point in the history
* Prepare for 0.15.1

* Updated changelog
  • Loading branch information
Nyholm authored Aug 19, 2017
1 parent fccb0e1 commit d59932b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Change log

## 0.15.1

### Fixed

* `MultiCurl` will throw exception when request fails. This makes `MultiCurl` to have the same behavior as `Curl` and
`FileGetContents`. (Liskov Substitution Principle)

### Added

* Added `BearerAuthListener`

### Changed

* We use PSR-4 instead of PSR-0

## 0.15 (June 25, 2015)

* Moved cookie jar implementation from `FileGetContents` client to a browser
Expand Down

1 comment on commit d59932b

@romainneutron
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Please sign in to comment.