瀏覽代碼

Release 3.0.3

pull/321/head 3.0.3
Mark Allen 9 年之前
父節點
當前提交
c7737da3a1
共有 2 個檔案被更改,包括 14 行新增1 行删除
  1. +13
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 13
- 0
README.md 查看文件

@ -583,3 +583,16 @@ You can also pass it to `erlc`, if you prefer:
```
erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_size, 1024}' file.erl
```
3.x Changelog
-------------
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)
* Bugfix: Always explicitly close a file after its been rotated (#316)
* Bugfix: If a relative path already contains the log root, do not add it again (#317)
* Bugfix: Configure and start extra sinks before traces are evaluated (#307)
* Bugfix: Stop and remove traces correctly (#306)
* Bugfix: A byte value of 255 is valid for Unicode (#300)
* Dependency: Bump to goldrush 0.1.8 (#313)

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

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

Loading…
取消
儲存