瀏覽代碼

Roll 3.5.1

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

+ 8
- 0
README.md 查看文件

@ -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 查看文件

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

Loading…
取消
儲存