Przeglądaj źródła

Release 3.1.0

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

+ 7
- 0
README.md Wyświetl plik

@ -586,7 +586,14 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si
3.x Changelog
-------------
3.1.0 - 27 January 2016
* Feature: API calls to a rotate handler, sink or all. This change
introduces a new `rotate` message for 3rd party lager backends; that's
why this is released as a new minor version number. (#311)
3.0.3 - 27 January 2016
* Feature: Pretty printer for human readable stack traces (#298)
* Feature: Make error reformatting optional (#305)
* Feature: Optional and explicit sink for error_logger messages (#303)

+ 1
- 1
src/lager.app.src Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz