Преглед изворни кода

Merge pull request #375 from basho/release-dr-roll-3.2.2

BORS seems to be out to lunch - going to merge manually after rebasing on top of master
pull/376/head 3.2.2
Doug Rohrer пре 8 година
committed by GitHub
родитељ
комит
bce5504a95
2 измењених фајлова са 10 додато и 1 уклоњено
  1. +9
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 9
- 0
README.md Прегледај датотеку

@ -654,6 +654,15 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si
3.x Changelog
-------------
3.2.2 - 22 September 2016
* Bugfix: Backwards-compatibility fix for `{crash_log, undefined}` (#371)
* Fix documentation/README to reflect the preference for using `false`
as the `crash_log` setting value rather than `undefined` to indicate
that the crash log should not be written (#364)
* Bugfix: Backwards-compatibility fix for `lager_file_backend` "legacy"
configuration format (#374)
3.2.1 - 10 June 2016
* Bugfix: Recent `get_env` changes resulted in launch failure (#355)

+ 1
- 1
src/lager.app.src Прегледај датотеку

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

Loading…
Откажи
Сачувај