Drop support for OTP < 20
This commit is contained in:
parent
74490c96c9
commit
b5b7fefc3d
2 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
language: elixir
|
language: elixir
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- otp_release: 20.0
|
||||||
|
elixir: 1.6
|
||||||
- otp_release: 21.0
|
- otp_release: 21.0
|
||||||
elixir: 1.6
|
elixir: 1.6
|
||||||
- otp_release: 19.3
|
|
||||||
elixir: 1.7
|
|
||||||
- otp_release: 21.0
|
- otp_release: 21.0
|
||||||
elixir: 1.7
|
elixir: 1.7
|
||||||
- otp_release: 20.0
|
- otp_release: 20.0
|
||||||
|
|
|
@ -26,7 +26,8 @@ This project adheres to [Semantic Versioning](http://semver.org/) and
|
||||||
- when `RDF.Graph.add` and `RDF.Graph.put` are called with another graph, its
|
- when `RDF.Graph.add` and `RDF.Graph.put` are called with another graph, its
|
||||||
prefixes are merged
|
prefixes are merged
|
||||||
- `RDF.Turtle.Decoder` saves the prefixes now
|
- `RDF.Turtle.Decoder` saves the prefixes now
|
||||||
|
- drop support for OTP < 20, since prefixes can consist of UTF characters which
|
||||||
|
are not supported in atoms on these versions
|
||||||
|
|
||||||
|
|
||||||
[Compare v0.5.4...HEAD](https://github.com/marcelotto/rdf-ex/compare/v0.5.4...HEAD)
|
[Compare v0.5.4...HEAD](https://github.com/marcelotto/rdf-ex/compare/v0.5.4...HEAD)
|
||||||
|
|
Loading…
Reference in a new issue