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

Commit

Permalink
v3.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Aug 20, 2024
1 parent 900a1d0 commit 2bf42aa
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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)

Expand Down

0 comments on commit 2bf42aa

Please sign in to comment.