From bb09b9075b4ec4df4b87c9b67b63b3d53a1b306c Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 3 Aug 2014 15:33:38 -0400 Subject: [PATCH] ChangeLog: Document better error reporting --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index c449155..9982080 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16,6 +16,13 @@ CWE mappings weren't reported as such; that is now fixed. CWEs are actually a hierarchy; expose a little of this so people can more easily search on them. + * Improved error detection and reporting. In particular, error + messages are sent to standard errors, filenames listed but + non-existent trigger a separate warning, and there's a warning + about non-existent filenames listed on the command line that + begin with the UTF-8 long dash sequence (users might not notice + the difference between long dash and dash, and this can happen + in some cases when copying and pasting). * Add "-H" option as synonym for "--html". 2014-07-19 David A. Wheeler