Quellcode durchsuchen

Roll 3.5.1

pull/417/head 3.5.1
Mark Allen vor 7 Jahren
Ursprung
Commit
c3970a9913
2 geänderte Dateien mit 9 neuen und 1 gelöschten Zeilen
  1. +8
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 8
- 0
README.md Datei anzeigen

@ -974,6 +974,14 @@ Example Usage:
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
* Bugfix: Support OTP 20 gen_event messages (#410)

+ 1
- 1
src/lager.app.src Datei anzeigen

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

Laden…
Abbrechen
Speichern