瀏覽代碼

Roll 3.6.2

pull/457/head 3.6.2
Andrew Thompson 7 年之前
父節點
當前提交
d0a9db3b7a
共有 2 個檔案被更改,包括 10 行新增1 行删除
  1. +9
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 9
- 0
README.md 查看文件

@ -1054,6 +1054,15 @@ Example Usage:
3.x Changelog
-------------
3.6.2 - 26 April 2018
* Bugfix: flush_threshold not working (#449)
* Feature: Add `node` as a formatting option (#447)
* Documentation: Update Elixir section with information about parse_transform (#446)
* Bugfix: Correct default console configuation to use "[{level,info}]" instead (#445)
* Feature: Pretty print lists of records at top level and field values with lager:pr (#442)
* Bugfix: Ignore return value of lager:dispatch_log in lager.hrl (#441)
3.6.1 - 1 February 2018
* Bugfix: Make a few corrections to the recent mailbox flushing changes (#436)

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

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

Loading…
取消
儲存