Skip to content

Commit

Permalink
Merge pull request #1035 from y-yagi/fix-changelog-entry-for-3191
Browse files Browse the repository at this point in the history
  • Loading branch information
bblimke committed Aug 30, 2023
2 parents f5726d6 + 8dff4ce commit 63940ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

# 3.19.0
# 3.19.1

* When passing a Proc or lambda as response body to `to_return_json`, the body is evaluated at the time of request and not at the time of `to_return_json` method invocation.

Thanks to [Jason Karns](https://github.com/jasonkarns) for reporting.

# 3.19.0

* Do not alter real (non-stubbed) request headers when handling em-http-request requests.

Thanks to [Yoann Lecuyer](https://github.com/ylecuyer)
Expand Down

0 comments on commit 63940ac

Please sign in to comment.