File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9- ### Added
9+ ### Security
1010
1111- Add checksum verification of precompiled NIF files before extracting
1212them to the correct location. This is to avoid supply chain attacks.
@@ -16,6 +16,11 @@ the user can download only the local NIF file with the checksum.
1616See the ` RELEASE_CHECKLIST.md ` file for details on how we ensure this
1717works correctly.
1818
19+ ### Removed
20+
21+ - Remove support for Elixir 1.10 and below. This is to keep a policy of
22+ supporting the latest three Elixir versions.
23+
1924### Changed
2025
2126- Switch from thread pool to being a dirty NIF. This prevents the
Original file line number Diff line number Diff line change @@ -8,10 +8,9 @@ defmodule Html5ever.Mixfile do
88 [
99 app: :html5ever ,
1010 version: @ version ,
11- elixir: "~> 1.4 " ,
11+ elixir: "~> 1.11 " ,
1212 build_embedded: Mix . env ( ) == :prod ,
1313 start_permanent: Mix . env ( ) == :prod ,
14- compilers: Mix . compilers ( ) ,
1514 deps: deps ( ) ,
1615 docs: docs ( ) ,
1716 description: "NIF binding of html5ever using Rustler" ,
You can’t perform that action at this time.
0 commit comments