Skip to content

Commit

Permalink
Mention in_interval in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
jimporter committed May 3, 2024
1 parent 097e4f7 commit 6542afe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
- `expect` now takes a universal reference for the value to test to support
matchers which need access to non-const objects (e.g. to call a non-const
member function)
- New matcher `exception_what()`
- New matchers `in_interval` and `exception_what`

### Bug fixes
- Test failures across multiple runs are now correctly groups in the summary
Expand Down
2 changes: 1 addition & 1 deletion doc/about/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ in progress
- `expect` now takes a universal reference for the value to test to support
matchers which need access to non-const objects (e.g. to call a non-const
member function)
- New matcher `exception_what()`
- New matchers `in_interval` and `exception_what`

### Bug fixes
- Test failures across multiple runs are now correctly groups in the summary
Expand Down

0 comments on commit 6542afe

Please sign in to comment.