Browse Source

Roll 3.5.1

pull/417/head 3.5.1
Mark Allen 7 years ago
parent
commit
c3970a9913
2 changed files with 9 additions and 1 deletions
  1. +8
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 8
- 0
README.md View File

@ -974,6 +974,14 @@ Example Usage:
3.x Changelog 3.x Changelog
------------- -------------
3.5.1 - 15 June 2017
* Doc fix: Missed a curly brace in an example. (#412)
* Feature: Dynamic metadata functions (#392) - It is now possible to
dynamically add metadata to lager messages. See the "dynamic
metadata" section above for more information.
* Doc fix: Add information about the "application" placeholder. (#414)
3.5.0 - 28 May 2017 3.5.0 - 28 May 2017
* Bugfix: Support OTP 20 gen_event messages (#410) * Bugfix: Support OTP 20 gen_event messages (#410)

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

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

Loading…
Cancel
Save