diff --git a/CHANGELOG.md b/CHANGELOG.md index 347b9435..f9640308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)