From ee36a4edcaaa7857c23aa2c65fe2b3edac559215 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 6 Nov 2010 15:36:54 +0100 Subject: [PATCH] Quote quote edge labels and strip leading and trailing whitespace from node and egde labels. --- doc/changelog.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/changelog.txt b/doc/changelog.txt index 993b45f0..9008da1d 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -8,8 +8,7 @@ Fixes: Closes: SF bug #3096115 - logging: Avoid error when logger fields "intro" or "outro" are configured. -- logging: Correctly quote graph edge labels and remove leading and - trailing whitespace from edge and node labels. +- logging: Correctly quote edge labels and remove whitespace. Changes: - cmdline: Don't log a warning if URL has been redirected.