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
|
||||
matrix:
|
||||
include:
|
||||
- otp_release: 20.0
|
||||
elixir: 1.6
|
||||
- otp_release: 21.0
|
||||
elixir: 1.6
|
||||
- otp_release: 19.3
|
||||
elixir: 1.7
|
||||
- otp_release: 21.0
|
||||
elixir: 1.7
|
||||
- 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
|
||||
prefixes are merged
|
||||
- `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)
|
||||
|
|
Loading…
Reference in a new issue