Skip to content

Commit

Permalink
Update the CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisk committed Aug 15, 2010
1 parent 5aa4499 commit 41e2909
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG
@@ -1,3 +1,16 @@
fakeweb (development)

* improve response header registration so you can pass an array to set a header
more than once [Myron Marston]

* fix an exception when the response's :body option was set to nil [Chris Zingel]

* fix that stubbed requests weren't mutating the Net::HTTP request object to set
the body and content-length, like real requests do [Chris Kampmeier]

* add FakeWeb.last_request [Chris Kampmeier]


fakeweb (1.2.8)

* support Pathname objects where a filename is expected [Chris Kampmeier]
Expand Down

0 comments on commit 41e2909

Please sign in to comment.