From 774c170dd65cb09d129aa5f04951f3cf30f1c079 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sun, 4 Feb 2024 11:33:39 +0000 Subject: [PATCH] v3.12.4 --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index caef450ba..12644c448 100644 --- a/Changelog.md +++ b/Changelog.md @@ -6,6 +6,9 @@ Enhancements: * Update `eq` and `eql` matchers to better highlight difference in string encoding. (Alan Foster, #1425) +### 3.12.4 / 2024-02-04 +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.3...v3.12.4) + Bug Fixes: * Fix the diff for redefined `actual` and reassigned `@actual` in compound