Browse Source

Roll 3.6.6

pull/479/head 3.6.6
Mark Allen 6 years ago
parent
commit
37b7facc41
2 changed files with 6 additions and 1 deletions
  1. +5
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 5
- 0
README.md View File

@ -1100,6 +1100,11 @@ Example Usage:
3.x Changelog
-------------
3.6.6 - 24 September 2018
* Bugfix: When printing records, handle an improper list correctly. #478
* Bugfix: Fix various tests and make some rotation code more explicit. #476
* Bugfix: Make sure not to miscount messages during high-water mark check. #475
3.6.5 - 3 September 2018

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

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

Loading…
Cancel
Save