From 2bf42aaa1621202f0fb71b371dbf6c3fec1f4291 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Tue, 20 Aug 2024 16:09:42 +0100 Subject: [PATCH] v3.13.2 --- Changelog.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index 132d0b0c7..3db257883 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ ### Development -[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.1...main) +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.2...main) + +Enhancements: + +* Improve the IO emulation in the output capture matchers (`output(...).to_stdout` et al) + by adding `as_tty` and `as_not_tty` to change the `tty?` flags. (Sergio Gil Pérez de la Manga, #1459) + +### 3.13.2 / 2024-08-20 Bug Fixes: @@ -9,11 +16,6 @@ Bug Fixes: * Prevent mismatched use of block and value matchers in compound expectations. (Phil Pirozhkov, #1476) * Raise an error when passing no arguments to the `include` matcher. (Eric Mueller, #1479) -Enhancements: - -* Improve the IO emulation in the output capture matchers (`output(...).to_stdout` et al) - by adding `as_tty` and `as_not_tty` to change the `tty?` flags. (Sergio Gil Pérez de la Manga, #1459) - ### 3.13.1 / 2024-06-13 [Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.0...v3.13.1)