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-09-20 16:51:49 +0300
committeronqtam <vik.kirilov@gmail.com>2017-09-20 16:51:49 +0300
commita746490a82bfdbd04837f3b49f0f924cb477d245 (patch)
treedf673332943f7262811d75e1dde76c7363762734
parent914fb9a7b5ddbd9c3980f948939beb644f75843b (diff)
version 1.2.4 released!1.2.4
-rw-r--r--CHANGELOG.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14394bfa..3b31406b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,19 @@
# Change Log
+## [1.2.4](https://github.com/onqtam/doctest/tree/1.2.4) (2017-09-20)
+[Full Changelog](https://github.com/onqtam/doctest/compare/1.2.3...1.2.4)
+
+**Closed issues:**
+
+- \[bug\] test cases can end up in the wrong test suite [\#91](https://github.com/onqtam/doctest/issues/91)
+
## [1.2.3](https://github.com/onqtam/doctest/tree/1.2.3) (2017-09-11)
[Full Changelog](https://github.com/onqtam/doctest/compare/1.2.2...1.2.3)
**Closed issues:**
-- Defining a variable T inside a test with DOCTEST\_CONFIG\_DISABLE defined does not compile [\#90](https://github.com/onqtam/doctest/issues/90)
-- Using `DOCTEST\_CONFIG\_NO\_SHORT\_MACRO\_NAMES` does not compile using g++ 6.3.0 [\#89](https://github.com/onqtam/doctest/issues/89)
+- \[bug\] Defining a variable T inside a test with DOCTEST\_CONFIG\_DISABLE defined does not compile [\#90](https://github.com/onqtam/doctest/issues/90)
+- \[support\] Using `DOCTEST\_CONFIG\_NO\_SHORT\_MACRO\_NAMES` does not compile using g++ 6.3.0 [\#89](https://github.com/onqtam/doctest/issues/89)
- \[question\] Why are SUBCASEs executed only once when within a function called multiple times? [\#88](https://github.com/onqtam/doctest/issues/88)
## [1.2.2](https://github.com/onqtam/doctest/tree/1.2.2) (2017-09-05)