From fab033871be88638135fd03adde936b561d485bf Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Fri, 16 Dec 2022 13:43:51 +1100 Subject: [PATCH] Changelog for #1392 --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 109f905fc..dff8351ef 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ Bug Fixes: * Pass keyword arguments through to aliased (and thus negated) matchers. (Jon Rowe, #1394) +* When handling failures in an aggregated_failures block (or example) prevent + the failure list leaking out. (Maciek Rząsa, #1392) ### 3.12.0 / 2022-10-26 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.11.1...v3.12.0)