Skip to content

Commit

Permalink
Continue updating the CHANGELOG for release
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Aug 6, 2017
1 parent 823ef0b commit 31d7888
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,17 @@ fakeweb (master branch pending release)
* fix that the options hash passed to FakeWeb.register_uri would sometimes be
modified [Chris Kampmeier]

* raise an ArgumentError when FakeWeb.register_uri's third argument can't be
handled as an options hash [David Cornu, Josef Strzibny, Chris Kampmeier]

* raise the more-specific ArgumentError instead of StandardError when the object
passed to FakeWeb.register_uri's :response option can't be handled; this
should be relatively backwards-compatible because ArgumentError descends from
StandardError [Chris Kampmeier]

* deprecation warnings now detect the caller more robustly to work with JRuby's
backtraces [Chris Kampmeier]


fakeweb (1.3.0)

Expand Down

0 comments on commit 31d7888

Please sign in to comment.