浏览代码

Roll 3.6.5

pull/475/head 3.6.5
Andrew Thompson 6 年前
父节点
当前提交
1249ede5be
共有 2 个文件被更改,包括 11 次插入1 次删除
  1. +10
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 10
- 0
README.md 查看文件

@ -1100,6 +1100,16 @@ Example Usage:
3.x Changelog
-------------
3.6.5 - 3 September 2018
* Feature: Allow the console backend to redirect output to a remote node #469
* Feature: is_loggble - support for severity as atom #472
* Bugfix: Prevent silent dropping of messages when hwm is exceeded #467
* Bugfix: rotation - default log file not deleted #474
* Bugfix: Handle strange crash report from gen_statem #473
* Documentation: Various markup fixes: #468 #470
3.6.4 - 11 July 2018
* Bugfix: Reinstall handlers after a sink is killed #459

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

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

正在加载...
取消
保存