Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
v3.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 7, 2024
1 parent 00d668f commit 838952d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 838952d

Please sign in to comment.