Skip to content

Commit

Permalink
d Note fixing of #118 in release notes
Browse files Browse the repository at this point in the history
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
claremacrae committed Apr 6, 2020
1 parent e3b31cd commit 004c7c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/relnotes_x.y.z.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/miles
* 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)
* Added support for Azure Pipelines, Azure DevOps Server and TFS CI systems (#117)
* **Bug fixes**
* Code now compiles in clang and gcc with `-Wshadow` enabled (#111)
* Code now compiles in clang and gcc with `-Wshadow` enabled (#111)
* Fixed some missing '\\' characters in the released header (#118)
* **Other changes**
* Updated to doctest 2.3.7 (#108, thank you @p-podsiadly)
* New section in documentation: [How-to Guides](https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/README.md#how-to-guides)
Expand Down

0 comments on commit 004c7c3

Please sign in to comment.