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
Copy file name to clipboardexpand all lines: build/relnotes_x.y.z.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/miles
6
6
* Added ability to detect ApprovalTests.cpp version in code: see [Version detection](/doc/Features.md#version-detection) (#40)
7
7
***Bug fixes**
8
8
* Relaxed the static_assert check on `__FILE__` to stop it wrongly triggering in Cygwin builds that don't define `_WIN32` (#92)
9
-
* Fixed inability to use project as sub-module on windows due to long filenames - by shortening the names of some files and folders in the tests. (#38)
9
+
* Fixed inability to use project as sub-module on Windows due to long filenames - by shortening the names of some files and folders in the tests. (#38)
10
10
***Other changes**
11
11
* Include `__FILE__` value in static_assert message, to aid diagnosis
12
12
* Implement check for broken links in documentation (#26)
0 commit comments