-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
004c7c3
commit a000fe7
Showing
13 changed files
with
36 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
See the [v.8.5.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/7?closed=1) for the full list of changes. | ||
|
||
* **Breaking changes** | ||
* None | ||
* **New features** | ||
* Added support for [Sublime Merge](https://www.sublimemerge.com/) on Linux, macOS, and Windows (#103, thank you @jwillikers) | ||
* Added support for [Beyond Compare](https://www.scootersoftware.com) on Linux (#114) | ||
* 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) | ||
* 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) | ||
* Lots of improvements to our Python release scripts | ||
* Line-length increased from 80 to 90 characters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,10 @@ | ||
See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/7?closed=1) for the full list of changes. | ||
<!-- See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/__MILESTONE_NUMBER__?closed=1) for the full list of changes. --> | ||
|
||
* **Breaking changes** | ||
* None | ||
* **New features** | ||
* Added support for [Sublime Merge](https://www.sublimemerge.com/) on Linux, macOS, and Windows (#103, thank you @jwillikers) | ||
* Added support for [Beyond Compare](https://www.scootersoftware.com) on Linux (#114) | ||
* 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) | ||
* None | ||
* **Bug fixes** | ||
* Code now compiles in clang and gcc with `-Wshadow` enabled (#111) | ||
* Fixed some missing '\\' characters in the released header (#118) | ||
* None | ||
* **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) | ||
* Lots of improvements to our Python release scripts | ||
* Line-length increased from 80 to 90 characters | ||
* None |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[VERSION] | ||
major = 8 | ||
minor = 4 | ||
minor = 5 | ||
patch = 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters