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

Commit

Permalink
Changelog for #1485
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 6, 2024
1 parent 981136e commit 9abc2ec
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ 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)

Bug Fixes:

* Fix passing a regular expression to the `include` matcher without a count constraint.
(Jon Rowe, #1485)

### 3.13.2 / 2024-08-20

Bug Fixes:
Expand Down Expand Up @@ -33,7 +38,7 @@ Enhancements:
(Alan Foster, #1425)

### 3.12.4 / 2024-02-04
[Full Changelog](http://github.com/rspec/rspec-expectations/compare/v3.12.3...v3.12.4)
[Full Change12gglog](http://github.com/rspec/rspec-expectations/compare/v3.12.3...v3.12.4)

This comment has been minimized.

Copy link
@gildesmarais

gildesmarais Sep 6, 2024

Hi @JonRowe, just found this typo while searching for the include bugfix/change. :-)

This comment has been minimized.

Copy link
@JonRowe

JonRowe Sep 6, 2024

Author Member

Thanks


Bug Fixes:

Expand Down

0 comments on commit 9abc2ec

Please sign in to comment.