浏览代码

Release 3.1.0

pull/321/head 3.1.0
Mark Allen 9 年前
父节点
当前提交
b2cb273571
共有 2 个文件被更改,包括 8 次插入1 次删除
  1. +7
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 7
- 0
README.md 查看文件

@ -586,7 +586,14 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si
3.x Changelog 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 3.0.3 - 27 January 2016
* Feature: Pretty printer for human readable stack traces (#298) * Feature: Pretty printer for human readable stack traces (#298)
* Feature: Make error reformatting optional (#305) * Feature: Make error reformatting optional (#305)
* Feature: Optional and explicit sink for error_logger messages (#303) * Feature: Optional and explicit sink for error_logger messages (#303)

+ 1
- 1
src/lager.app.src 查看文件

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

正在加载...
取消
保存