소스 검색

Roll 3.2.1

pull/364/head 3.2.1
John R. Daily 9 년 전
부모
커밋
8187757388
2개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. +5
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 5
- 0
README.md 파일 보기

@ -654,6 +654,11 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si
3.x Changelog
-------------
3.2.1 - 10 June 2016
* Bugfix: Recent `get_env` changes resulted in launch failure (#355)
* OTP: Support typed records for Erlang 19.0 (#361)
3.2.0 - 08 April 2016
* Feature: Optional sink killer to shed load when mailbox size exceeds a

+ 1
- 1
src/lager.app.src 파일 보기

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

불러오는 중...
취소
저장