From 838952dc1416c943e7933684c47249a77481e7f5 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Sat, 7 Sep 2024 10:15:57 +0100 Subject: [PATCH] v3.13.3 --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f46bed437..66520d706 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,11 +1,14 @@ ### Development -[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.2...main) +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.3...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.3 / 2024-09-07 +[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.2...v3.13.3) + Bug Fixes: * Fix passing a regular expression to the `include` matcher without a count constraint.