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
<ahref="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.0.0/ApprovalTests.v.8.0.0.hpp">Download the latest version (v.8.0.0) of the **single header file** here.</a>
14
+
<ahref="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.1.0/ApprovalTests.v.8.1.0.hpp">Download the latest version (v.8.1.0) of the **single header file** here.</a>
See the [v.8.1.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/5?closed=1) for the full list of changes.
2
+
3
+
***Breaking changes**
4
+
* None
5
+
***New features**
6
+
* Added ability to detect ApprovalTests.cpp version in code: see [Version detection](/doc/Features.md#version-detection) (#40)
7
+
***Bug fixes**
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)
10
+
***Other changes**
11
+
* Include `__FILE__` value in static_assert message, to aid diagnosis
12
+
* Implement check for broken links in documentation (#26)
See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/5?closed=1) for the full list of changes.
1
+
<!--See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes.-->
2
2
3
3
***Breaking changes**
4
4
* None
5
5
***New features**
6
-
*Added ability to detect ApprovalTests.cpp version in code: see [Version detection](/doc/Features.md#version-detection) (#40)
6
+
*None
7
7
***Bug fixes**
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)
8
+
* None
10
9
***Other changes**
11
-
* Include `__FILE__` value in static_assert message, to aid diagnosis
12
-
* Implement check for broken links in documentation (#26)
<ahref="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.0.0/ApprovalTests.v.8.0.0.hpp">Download the latest version (v.8.0.0) of the **single header file** here.</a>
7
+
<ahref="https://github.com/approvals/ApprovalTests.cpp/releases/download/v.8.1.0/ApprovalTests.v.8.1.0.hpp">Download the latest version (v.8.1.0) of the **single header file** here.</a>
0 commit comments