Browse Source

Roll 2.2.3

2.x 2.2.3
John R. Daily 9 years ago
parent
commit
1c42c3bffb
2 changed files with 4 additions and 1 deletions
  1. +3
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 3
- 0
README.md View File

@ -423,6 +423,9 @@ erlc -pa lager/ebin +'{parse_transform, lager_transform}' +'{lager_truncation_si
Changelog 2.x
-------------
2.2.3 - 10 June 2016
* OTP: Support typed records for Erlang 19.0 (#361)
2.2.2 - 08 April 2016
* Bugfix: Field name for processes changed from 'name' to 'id' in 2014. (#339)
* Bugfix: OTP 18 test failure fixes. (#338)

+ 1
- 1
src/lager.app.src View File

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

Loading…
Cancel
Save