-
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
67a68df
commit 5b1407d
Showing
8 changed files
with
30 additions
and
15 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,14 @@ | ||
See the [v.8.2.0 milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/6?closed=1) for the full list of changes. | ||
|
||
* **Breaking changes** | ||
* None | ||
* **New features** | ||
* [Conan](https://conan.io/) Integration provided, and documented in [Conan Integration](/doc/ConanIntegration.md#top) ([Conan issue 741](https://github.com/conan-io/conan-center-index/pull/741), thank you @dheater) | ||
* **Bug fixes** | ||
* 3 locations now throw an exception if their `system()` call failed. Previously they silently ignored the error. (#94, thank you @p-podsiadly) | ||
* `ClipboardReporter` | ||
* `SystemLauncher::launch()` | ||
* `FileUtilsSystemSpecific::copyFile()` | ||
* Fixed a bug that could break [custom comparators](https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/CustomComparators.md#top), stopping them from taking effect, depending on how their disposers were stored (#93, thank you @p-podsiadly) | ||
* **Other changes** | ||
* Windows.h no longer included in SystemUtils.h (#96, thank you @p-podsiadly) |
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,14 +1,10 @@ | ||
See the [v.x.y.z milestone](https://github.com/approvals/ApprovalTests.cpp/milestone/6?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** | ||
* [Conan](https://conan.io/) Integration provided, and documented in [Conan Integration](/doc/ConanIntegration.md#top) ([Conan issue 741](https://github.com/conan-io/conan-center-index/pull/741), thank you @dheater) | ||
* None | ||
* **Bug fixes** | ||
* 3 locations now throw an exception if their `system()` call failed. Previously they silently ignored the error. (#94, thank you @p-podsiadly) | ||
* `ClipboardReporter` | ||
* `SystemLauncher::launch()` | ||
* `FileUtilsSystemSpecific::copyFile()` | ||
* Fixed a bug that could break [custom comparators](https://github.com/approvals/ApprovalTests.cpp/blob/master/doc/CustomComparators.md#top), stopping them from taking effect, depending on how their disposers were stored (#93, thank you @p-podsiadly) | ||
* None | ||
* **Other changes** | ||
* Windows.h no longer included in SystemUtils.h (#96, thank you @p-podsiadly) | ||
* 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 = 1 | ||
patch = 1 | ||
minor = 2 | ||
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