diff --git a/Changes b/Changes index 9c243fa..0c2ac55 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,12 @@ +0.315 2014-03-11 + * Print log messages that contain newlines in a nicely + formatted way that's great for stack traces and data + dumper output (thanks Matt Phillips) + * --tz option that prints timestamps in the timezone you + specify instead of the default system local-time + * Detect and report limitation where .gz and .bz2 filenames + can't contain ' characters + 0.311 2013-10-12 * Fix bug in date formatting (thanks Mike R) * Show unix time along with formatted date diff --git a/lib/Log/Defer/Viz.pm b/lib/Log/Defer/Viz.pm index 949789f..1055f17 100644 --- a/lib/Log/Defer/Viz.pm +++ b/lib/Log/Defer/Viz.pm @@ -1,6 +1,6 @@ package Log::Defer::Viz; -our $VERSION = '0.311'; +our $VERSION = '0.315'; use common::sense;