Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

2.6.0 - 2017-09-28

Choose a tag to compare

@DavidAntaramian DavidAntaramian released this 28 Sep 18:06
· 87 commits to master since this release

Changed

  • Logger backends now conform to the :gen_event behaviour rather than calling the GenEvent.__using__/1 macro which is deprecated in Elixir 1.5.0 and above. The change is backwards compatible since :gen_event is provided by all supported versions of Erlang.