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-03-24 11:55:28 +0300
committeronqtam <vik.kirilov@gmail.com>2019-03-24 11:55:28 +0300
commita3ae95865eb78a2303e0028822ebac01082d9be3 (patch)
treeae534718c8f22108b7094e5c31c355d816d7ec85 /CHANGELOG.md
parentc1f3e01ee10eeb6cfc9ddc175da7915ac5ed35c1 (diff)
version 2.3.1 - mainly a fix for #210 - nothing in the doctest header has changed. Also renamed a bit the recently merged examples using doctest as installed
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ccb8cfe9..7c931f51 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log
+## [2.3.1](https://github.com/onqtam/doctest/tree/2.3.1) (2019-03-24)
+[Full Changelog](https://github.com/onqtam/doctest/compare/2.3.0...2.3.1)
+
+**Closed issues:**
+
+- CMake config deletes doctest.h on clean [\#210](https://github.com/onqtam/doctest/issues/210)
+
+**Merged pull requests:**
+
+- Add two very simple examples of using doctest with CMake [\#209](https://github.com/onqtam/doctest/pull/209) ([pr0g](https://github.com/pr0g))
+
## [2.3.0](https://github.com/onqtam/doctest/tree/2.3.0) (2019-03-23)
[Full Changelog](https://github.com/onqtam/doctest/compare/2.2.3...2.3.0)