This commit is contained in:
alisdair sullivan 2015-04-20 16:17:40 -07:00
parent a86cbec611
commit cb3b25e1e5
4 changed files with 45 additions and 2 deletions

View file

@ -1,3 +1,8 @@
v2.5.3
* add a `mix.exs` to be buildable by both mix and rebar
* minor README updates
v2.5.2
* fix regression parsing <<"-0e...">> (thanks @c-bik)