This repository was archived by the owner on Dec 8, 2020. It is now read-only.
2.6.0 - 2017-09-28
Changed
- Logger backends now conform to the
:gen_eventbehaviour rather than calling theGenEvent.__using__/1macro which is deprecated in Elixir 1.5.0 and above. The change is backwards compatible since:gen_eventis provided by all supported versions of Erlang.