From da77b1684f76905a2b962638e8cd8a808d87fe94 Mon Sep 17 00:00:00 2001 From: Joakim Hamren Date: Sat, 5 Apr 2014 13:00:06 +0200 Subject: [PATCH] v0.2.0 --- CHANGELOG | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0469091..ff40011 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,11 +1,13 @@ ---- v0.2.0 [Not released] --- +--- v0.2.0 [2014-04-05] --- * [NEW] It's now possible to pass a pattern (e.g /var/log/**/*.log) when adding log files through the arg option --log. -* [FIX] Fixed exception thrown when seeing a log that contains non-ascii chars. - * [FIX] Fixed issue where file size formatted values would be displayed as zero. +* [FIX] Fixed multiple issues related to non-ascii chars. + +* [FIX] Fixed issue where HTML was not escaped in the log contents. + --- v0.1.2 [2014-03-31] --- * [FIX] Fixed issue where a non-ascii process command-line would cause the process pages to crash.