Add dependency on Elixir 1.5
to get this URI.merge fix: <https://github.com/elixir-lang/elixir/pull/6208>, which fixes some failing tests of the JSON test suite
This commit is contained in:
parent
437ad4a814
commit
68c1d55fcc
5 changed files with 12 additions and 18 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
|
|||
[Keep a CHANGELOG](http://keepachangelog.com).
|
||||
|
||||
|
||||
## 0.1.1 - 2017-08-06
|
||||
|
||||
### Changed
|
||||
|
||||
- Don't support Elixir versions < 1.5, since `URI.merge` is broken in earlier versions
|
||||
|
||||
|
||||
[Compare v0.1.0...v0.1.1](https://github.com/marcelotto/jsonld-ex/compare/v0.1.0...v0.1.1)
|
||||
|
||||
|
||||
## 0.1.0 - 2017-06-25
|
||||
|
||||
Initial release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue