From 8dab34491d9f08888ad54a9531044c30c95b506d Mon Sep 17 00:00:00 2001 From: Daniel Aarno Date: Tue, 26 Dec 2017 15:30:31 +0100 Subject: [PATCH] Update changelog with sstream fixes --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7d2a8cc..7a40715 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ - Fixed ZshCompletionOutput - Fixed brief output with TCLAP_NAMESTRING defined - Initialize theDelimiter (supress warning) in DocBookOutput + - Fixed an issue with config.h and compiling on systems + without sstream.h - Fixed } outside of include guards in ArgTraits.h 2011-04-10 17:08 mes5k