Skip to content

Commit 004c7c3

Browse files
committed
d Note fixing of #118 in release notes
Co-Authored-By: Llewellyn Falco <[email protected]>
1 parent e3b31cd commit 004c7c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/relnotes_x.y.z.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/miles
88
* 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)
99
* Added support for Azure Pipelines, Azure DevOps Server and TFS CI systems (#117)
1010
* **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)
1213
* **Other changes**
1314
* Updated to doctest 2.3.7 (#108, thank you @p-podsiadly)
1415
* New section in documentation: [How-to Guides](https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/README.md#how-to-guides)

0 commit comments

Comments
 (0)