Explorar el Código

Roll 3.5.2

pull/424/head 3.5.2
Mark Allen hace 7 años
padre
commit
944b78d4b4
Se han modificado 2 ficheros con 6 adiciones y 1 borrados
  1. +5
    -0
      README.md
  2. +1
    -1
      src/lager.app.src

+ 5
- 0
README.md Ver fichero

@ -973,6 +973,11 @@ Example Usage:
3.x Changelog 3.x Changelog
------------- -------------
3.5.2 - 19 October 2017
* Bugfix: Properly check for unicode characters in potentially deep
character list. (#417)
3.5.1 - 15 June 2017 3.5.1 - 15 June 2017
* Doc fix: Missed a curly brace in an example. (#412) * Doc fix: Missed a curly brace in an example. (#412)

+ 1
- 1
src/lager.app.src Ver fichero

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

Cargando…
Cancelar
Guardar