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>2017-02-18 21:41:47 +0300
committeronqtam <vik.kirilov@gmail.com>2017-02-18 21:41:47 +0300
commitd82248081da83c9d609207865bcf3c4ebe64db6c (patch)
treeec5ae4ed8b97b466332f7d66777bde77fb90c03c /CHANGELOG.md
parent3bb1157b37deac9b6c9e199a4d8722749c64d2e2 (diff)
version 1.1.41.1.4
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9ce8b96b..78f9ef1c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Change Log
+## [1.1.4](https://github.com/onqtam/doctest/tree/1.1.4) (2017-02-18)
+[Full Changelog](https://github.com/onqtam/doctest/compare/1.1.3...1.1.4)
+
+**Closed issues:**
+
+- Add option --force-colors - for when a tty is not detected for stdout [\#51](https://github.com/onqtam/doctest/issues/51)
+- Issue with using lambdas in tests in gcc [\#49](https://github.com/onqtam/doctest/issues/49)
+- Add the include file to releases [\#47](https://github.com/onqtam/doctest/issues/47)
+
+**Merged pull requests:**
+
+- Add translation of std::exception for exceptions that terminate a test case [\#46](https://github.com/onqtam/doctest/pull/46) ([eliaskosunen](https://github.com/eliaskosunen))
+
## [1.1.3](https://github.com/onqtam/doctest/tree/1.1.3) (2016-11-15)
[Full Changelog](https://github.com/onqtam/doctest/compare/1.1.2...1.1.3)