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
+2-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/miles
8
8
* Added support for custom main() function with doctest: see [Existing Project - with your main()](/doc/mdsource/UsingDoctest.source.md#existing-project---with-your-main) (#110, thank you @p-podsiadly)
9
9
* Added support for Azure Pipelines, Azure DevOps Server and TFS CI systems (#117)
10
10
***Bug fixes**
11
-
* Code now compiles in clang and gcc with `-Wshadow` enabled (#111)
11
+
* Code now compiles in clang and gcc with `-Wshadow` enabled (#111)
12
+
* Fixed some missing '\\' characters in the released header (#118)
12
13
***Other changes**
13
14
* Updated to doctest 2.3.7 (#108, thank you @p-podsiadly)
14
15
* New section in documentation: [How-to Guides](https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/README.md#how-to-guides)
0 commit comments