Sfoglia il codice sorgente

Roll 3.6.6

pull/479/head 3.6.6
Mark Allen 6 anni fa
parent
commit
37b7facc41
2 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. +5
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 5
- 0
README.md Vedi File

@ -1100,6 +1100,11 @@ Example Usage:
3.x Changelog 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 3.6.5 - 3 September 2018

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

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

Caricamento…
Annulla
Salva