Skip to content

Commit 456d147

Browse files
claremacraeisidore
andcommitted
e Update todo and draft release notes
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent 114c11b commit 456d147

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/relnotes_3.1.0.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
* **Bug fixes**
88
* It's now possible to test non-copyable objects with Approvals::verify
99
* Fixed compilation of tests on clang - see #6
10-
* **[NOT YET PUSHED]** Fixed compilation if later includes #define EMPTY - see #7
11-
* **[NOT YET PUSHED]** Fixed finding of programs on non-English Windows systems
10+
* Fixed compilation if later includes #define EMPTY - see #7
11+
* Fixed finding of programs on non-English Windows systems
1212
* **Other changes**
1313
* Started work on a User Guide: https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/README.md
1414
* Created a Troubleshooting page: https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/Troubleshooting.md

to_do.txt

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
BUGS
22

3-
. #define EMPTY causes break in subsequent includes - #7
43
. don't include Catch2 tags (like [!shouldfail]) in output filenames
54
. arguments member in DiffInfo is unused after construction
65

@@ -11,7 +10,6 @@ IMPROVE USABILITY OF CURRENT FEATURES
1110
. try using a custom namer in C++ e.g. to write out actual and expected in parallel directories, to allow diffing the whole folder - Python project has verify_with_namer()
1211
. add an easy way to produce multiple output files from one test - perhaps APPROVALS_SECTION{...}, like Catch2's SECTION{...}
1312
. make it easy to add approvals to existing catch2 tests
14-
. add hook for "no namer registered"
1513

1614
NEW FEATURES
1715

0 commit comments

Comments
 (0)