summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2019-07-12 21:34:08 +0200
committerSebastian Pipping <sebastian@pipping.org>2019-07-12 21:34:08 +0200
commitba9990a3e7cbdc073e55aeac6d5e04379248ee3b (patch)
treead4ea65ae9aef7f283ff4fa0d09eab88123352a2
parent0a128d28f3b67ce0842cbb20649656faf7389b64 (diff)
downloaduriparser-ba9990a3e7cbdc073e55aeac6d5e04379248ee3b.tar.gz
ChangeLog: Document #72
-rw-r--r--ChangeLog2
-rw-r--r--THANKS1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf17885..ad9a7e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,8 @@ NOTE: uriparser is looking for help with a few things:
* Fixed: testrunner: No longer crashes when compiled with NDEBUG (GitHub #67)
* Fixed: CMake: Support GTest 1.8.0 (GitHub #68)
Thanks to Ryan Schmidt for the related report!
+ * Improved: CMake: Send config summary to stdout, not stderr (GitHub #72)
+ Thanks to Scott Donelan for the patch!
* Improved: Make -DURIPARSER_BUILD_TESTS=OFF unlock compilation without
a C++ compiler; thanks to Fabrice Fontaine for the patch! (GitHub #69)
* Soname: TODO
diff --git a/THANKS b/THANKS
index bddb962..12707ba 100644
--- a/THANKS
+++ b/THANKS
@@ -49,6 +49,7 @@ Robert Kausch
Ryan Schmidt
Sandro Mani
Schrijvers Luc
+Scott Donelan
Sezai Tekin
Valentin Haenel
Vitaly Lipatov