-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-Authored-By: Llewellyn Falco <[email protected]>
- Loading branch information
1 parent
4ee1a1e
commit 3f0dd52
Showing
3 changed files
with
16 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* **Breaking changes** | ||
* None | ||
* **New features** | ||
* Provides nicely-readable string representations of [a growing range of Qt classes](https://github.com/approvals/ApprovalTests.cpp.Qt/blob/master/ApprovalTestsQt/integrations/catch/Catch2QtStringMaker.h). | ||
* Verify `QImage`. You give it a QImage, it saves this as a .png, and then verifies it by reading it back in | ||
* Verify `QTableView`. You give it a QTableView, and it saves its text contents in a tab-separated .tsv file, | ||
* Works with Catch2 | ||
* **Bug fixes** | ||
* None | ||
* **Other changes** | ||
* None |