From cd0fc5b20ed6ee71a7f9a5e588af46f5ddb70169 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 4 Feb 2024 10:52:19 +0000 Subject: [PATCH] Changelog for #575 --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index ab75f1bc..2bd839c5 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Bug Fixes: +* Properly surface errors from `in_sub_process`. (Jon Rowe, #575) * Add magic comment for freezing string literals. (Josh Nichols, #586) * Allow string keys for keyword arguments during verification of method signatures, (but only on Ruby 3+). (@malcolmohare, #591)