Skip to content

Commit 590e0fd

Browse files
committed
b Fix typo in release notes
1 parent 3485854 commit 590e0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/relnotes_x.y.z.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/miles
66
* Added ability to detect ApprovalTests.cpp version in code: see [Version detection](/doc/Features.md#version-detection) (#40)
77
* **Bug fixes**
88
* 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)
1010
* **Other changes**
1111
* Include `__FILE__` value in static_assert message, to aid diagnosis
1212
* Implement check for broken links in documentation (#26)

0 commit comments

Comments
 (0)