Browse Source

Roll 3.6.1

pull/441/head 3.6.1
Andrew Thompson 7 years ago
parent
commit
6cc6b125ad
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 6
- 0
README.md View File

@ -1054,6 +1054,12 @@ Example Usage:
3.x Changelog
-------------
3.6.1 - 1 February 2018
* Bugfix: Make a few corrections to the recent mailbox flushing changes (#436)
* Bugfix: add flush options to proplist validation (#439)
* Bugfix: Don't log when we dropped 0 messages (#440)
3.6.0 - 16 January 2018
* Feature: Support logging with macros per level (#419)

+ 1
- 1
src/lager.app.src View File

@ -3,7 +3,7 @@
{application, lager,
[
{description, "Erlang logging framework"},
{vsn, "3.6.0"},
{vsn, "3.6.1"},
{modules, []},
{applications, [
kernel,

Loading…
Cancel
Save