Add 18
This commit is contained in:
parent
d6ec97246f
commit
80b3a88530
3 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
## 0.5.0
|
||||
|
||||
* Update to rebar3 and add hex compatability. (Thanks Heinz Gies)
|
||||
* Remove R14 from travis testing.
|
||||
|
||||
## 0.4.1
|
||||
|
||||
* Remove unnecessary `io:format` call.
|
||||
|
|
|
@ -667,6 +667,8 @@ not exist.
|
|||
+ [Mark Allen](https://github.com/mrallen1)
|
||||
+ [Christopher Phillips](https://github.com/lostcolony)
|
||||
+ [Nicholas Lundgaard](https://github.com/nlundgaard-al)
|
||||
+ [Alejandro Ramallo](https://github.com/aramallo)
|
||||
+ [Heinz Gies](https://github.com/Licenser)
|
||||
|
||||
|
||||
## Changelog
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
%% -*- erlang -*-
|
||||
%% vim:ts=4 sw=4 et ft=erlang
|
||||
{require_otp_vsn, "R13B04|R14|R15|R16|17"}.
|
||||
{require_otp_vsn, "R13B04|R14|R15|R16|17|18"}.
|
||||
|
||||
{cover_enabled, true}.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue