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

Commit 2bf42aa

Browse files
committed
v3.13.2
1 parent 900a1d0 commit 2bf42aa

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Changelog.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
### Development
2-
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.1...main)
2+
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.2...main)
3+
4+
Enhancements:
5+
6+
* Improve the IO emulation in the output capture matchers (`output(...).to_stdout` et al)
7+
by adding `as_tty` and `as_not_tty` to change the `tty?` flags. (Sergio Gil Pérez de la Manga, #1459)
8+
9+
### 3.13.2 / 2024-08-20
310

411
Bug Fixes:
512

@@ -9,11 +16,6 @@ Bug Fixes:
916
* Prevent mismatched use of block and value matchers in compound expectations. (Phil Pirozhkov, #1476)
1017
* Raise an error when passing no arguments to the `include` matcher. (Eric Mueller, #1479)
1118

12-
Enhancements:
13-
14-
* Improve the IO emulation in the output capture matchers (`output(...).to_stdout` et al)
15-
by adding `as_tty` and `as_not_tty` to change the `tty?` flags. (Sergio Gil Pérez de la Manga, #1459)
16-
1719
### 3.13.1 / 2024-06-13
1820
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.13.0...v3.13.1)
1921

0 commit comments

Comments
 (0)