Skip to content

Commit

Permalink
Version 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Sep 9, 2012
1 parent 4036430 commit 623cf85
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.8.10

* em-http-request fix. After request callbacks are correctly invoked for 3xx responses,
when :redirects option is set.

Thanks to [Myron Marston](https://github.com/myronmarston) for reporting that issue.

* Fixed compatibility with Net::HTTP::DigestAuth

Thanks to [Jonathan Hyman](https://github.com/jonhyman) for reporting that issue.

* Fixed problem in em-http-request 0.x appending the query to the client URI twice.

Thanks to [Paweł Pierzchała](https://github.com/wrozka)

## 1.8.9

* Fixed problem with caching nil responses when the same HTTPClient instance is used.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ People who submitted patches and new features or suggested improvements. Many th
* Kevin Glowacz
* Hans Hasselberg
* Andrew France
* Jonathan Hyman

For a full list of contributors you can visit the
[contributors](https://github.com/bblimke/webmock/contributors) page.
Expand Down
2 changes: 1 addition & 1 deletion lib/webmock/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module WebMock
VERSION = '1.8.9' unless defined?(::WebMock::VERSION)
VERSION = '1.8.10' unless defined?(::WebMock::VERSION)
end

0 comments on commit 623cf85

Please sign in to comment.