From 8dff4ce3ce0e120eb8f38c3c070032c47f43839d Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Wed, 30 Aug 2023 12:48:44 +0900 Subject: [PATCH] Fix a changelog entry for 3.19.1 The latest entry is released with v3.19.1. --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)