Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2019-02-10 14:39:41 +0300
committeronqtam <vik.kirilov@gmail.com>2019-02-10 14:39:41 +0300
commitb2611a140fe67d983b7078a3d3cf76a79efaaa9b (patch)
tree27fa8a317319ff6fe88bb0bd14fc90584a22442b
parent935e52ceadb96f6425799f10304a3fa9724958e9 (diff)
changelog for 2.2.32.2.3
-rw-r--r--CHANGELOG.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 749f95dc..dd083784 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [2.2.3](https://github.com/onqtam/doctest/tree/2.2.3) (2019-02-10)
+[Full Changelog](https://github.com/onqtam/doctest/compare/2.2.2...2.2.3)
+
+**Closed issues:**
+
+- Calling convention needed on a few functions [\#182](https://github.com/onqtam/doctest/issues/182)
+- Terminal color is not reset when a test fails with some signal [\#122](https://github.com/onqtam/doctest/issues/122)
+- testing private members - ability to write test cases in class bodies [\#76](https://github.com/onqtam/doctest/issues/76)
+
## [2.2.2](https://github.com/onqtam/doctest/tree/2.2.2) (2019-01-28)
[Full Changelog](https://github.com/onqtam/doctest/compare/2.2.1...2.2.2)
@@ -186,7 +195,6 @@
- Static Analysis results of doctest [\#83](https://github.com/onqtam/doctest/issues/83)
- !!! BREAKING CHANGE !!! - catch exceptions as const reference in \<LEVEL\>\_THROWS\_AS [\#81](https://github.com/onqtam/doctest/issues/81)
- doctest implementation as static library [\#77](https://github.com/onqtam/doctest/issues/77)
-- \[question\] Private members [\#76](https://github.com/onqtam/doctest/issues/76)
- Provide some easy way to compare structs containing float/doubles [\#73](https://github.com/onqtam/doctest/issues/73)
**Merged pull requests:**