Przeglądaj źródła

Roll 3.5.1

pull/417/head 3.5.1
Mark Allen 7 lat temu
rodzic
commit
c3970a9913
2 zmienionych plików z 9 dodań i 1 usunięć
  1. +8
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 8
- 0
README.md Wyświetl plik

@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz