Skip to content

Commit

Permalink
e Update todo and draft release notes
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae and isidore committed Mar 6, 2019
1 parent 114c11b commit 456d147
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/relnotes_3.1.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* **Bug fixes**
* It's now possible to test non-copyable objects with Approvals::verify
* Fixed compilation of tests on clang - see #6
* **[NOT YET PUSHED]** Fixed compilation if later includes #define EMPTY - see #7
* **[NOT YET PUSHED]** Fixed finding of programs on non-English Windows systems
* Fixed compilation if later includes #define EMPTY - see #7
* Fixed finding of programs on non-English Windows systems
* **Other changes**
* Started work on a User Guide: https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/README.md
* Created a Troubleshooting page: https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/Troubleshooting.md
2 changes: 0 additions & 2 deletions to_do.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
BUGS

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

Expand All @@ -11,7 +10,6 @@ IMPROVE USABILITY OF CURRENT FEATURES
. 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()
. add an easy way to produce multiple output files from one test - perhaps APPROVALS_SECTION{...}, like Catch2's SECTION{...}
. make it easy to add approvals to existing catch2 tests
. add hook for "no namer registered"

NEW FEATURES

Expand Down

0 comments on commit 456d147

Please sign in to comment.