You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- See the [v.10.11.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes. -->
2
+
3
+
***Breaking changes**
4
+
* None
5
+
***New features**
6
+
* You can now customize how [Test Names are Converted to Valid FileNames](/doc/Namers.md#converting-test-names-to-valid-filenames) (#97)
7
+
* You can now customize how [Empty file](/doc/Writers.md#empty-files) are created. This is useful when verifying binary files. (#172)
8
+
***Bug fixes**
9
+
* None
10
+
***Other changes**
11
+
* Add a copyright statement to the released single header (#189)
12
+
* All code snippets in documentation include the `ApprovalTests::` qualification, so example code can be copied and pasted more easily. (#115)
Copy file name to clipboardExpand all lines: doc/Features.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@
6
6
## Contents
7
7
8
8
*[v.x.y.z](#vxyz)
9
+
*[v.10.11.0](#v10110)
9
10
*[useFileNameSanitizer](#usefilenamesanitizer)
11
+
*[useEmptyFileCreator](#useemptyfilecreator)
10
12
*[v.10.10.0](#v10100)
11
13
*[Storyboard](#storyboard)
12
14
*[Grid](#grid)
@@ -81,6 +83,8 @@
81
83
82
84
## v.x.y.z
83
85
86
+
## v.10.11.0
87
+
84
88
### useFileNameSanitizer
85
89
86
90
You can now customize how invalid filename characters are converted. See [Converting Test Names to Valid FileNames](/doc/Namers.md#converting-test-names-to-valid-filenames)
0 commit comments