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-01-25 19:06:29 +0300
committeronqtam <vik.kirilov@gmail.com>2019-01-25 19:06:29 +0300
commit21ead29b1a7021314a00978ed990645bbbbd2eff (patch)
tree3a148eedb397a546dbb75a228b1e534b50a6656a /CHANGELOG.md
parentf5bec8da5252b194d8a6e69e7b7810173b660ce1 (diff)
changelog for 2.2.2
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 938aada0..88969391 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log
+## [2.2.2](https://github.com/onqtam/doctest/tree/2.2.2) (2019-01-25)
+[Full Changelog](https://github.com/onqtam/doctest/compare/2.2.1...2.2.2)
+
+**Closed issues:**
+
+- Add way to override getCurrentTicks\(\) implementation [\#178](https://github.com/onqtam/doctest/issues/178)
+- Wrap \<csignal\> include with ifdef [\#177](https://github.com/onqtam/doctest/issues/177)
+- How to stop doctest hijack unhandled exceptions? [\#176](https://github.com/onqtam/doctest/issues/176)
+- Change the include path of the `doctest` CMake interface target so users need to specify the folder as well [\#175](https://github.com/onqtam/doctest/issues/175)
+- Reduce scope of DebugOutputWindowReporter instance [\#174](https://github.com/onqtam/doctest/issues/174)
+- Can logging \(INFO\) be used in helper class outside of TEST\_CASE? [\#169](https://github.com/onqtam/doctest/issues/169)
+
## [2.2.1](https://github.com/onqtam/doctest/tree/2.2.1) (2019-01-15)
[Full Changelog](https://github.com/onqtam/doctest/compare/2.2.0...2.2.1)