From d0a9db3b7aff9a46809e037c73a5b6d70db83ab9 Mon Sep 17 00:00:00 2001 From: Andrew Thompson Date: Thu, 26 Apr 2018 13:56:18 -0700 Subject: [PATCH] Roll 3.6.2 --- README.md | 9 +++++++++ src/lager.app.src | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fc5a38..aef25ff 100644 --- a/README.md +++ b/README.md @@ -1054,6 +1054,15 @@ Example Usage: 3.x Changelog ------------- +3.6.2 - 26 April 2018 + + * Bugfix: flush_threshold not working (#449) + * Feature: Add `node` as a formatting option (#447) + * Documentation: Update Elixir section with information about parse_transform (#446) + * Bugfix: Correct default console configuation to use "[{level,info}]" instead (#445) + * Feature: Pretty print lists of records at top level and field values with lager:pr (#442) + * Bugfix: Ignore return value of lager:dispatch_log in lager.hrl (#441) + 3.6.1 - 1 February 2018 * Bugfix: Make a few corrections to the recent mailbox flushing changes (#436) diff --git a/src/lager.app.src b/src/lager.app.src index f1851c3..e4c1a37 100644 --- a/src/lager.app.src +++ b/src/lager.app.src @@ -3,7 +3,7 @@ {application, lager, [ {description, "Erlang logging framework"}, - {vsn, "3.6.1"}, + {vsn, "3.6.2"}, {modules, []}, {applications, [ kernel,