Skip to content

Commit

Permalink
fix: update automake files to allow arm64 to compile package libs
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Apr 2, 2021
1 parent c961e40 commit 65c0ba1
Show file tree
Hide file tree
Showing 3 changed files with 5,023 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA

* [CRuby] Passing non-`Node` objects to `Document#root=` now raises an `ArgumentError` exception. Previously this likely segfaulted. [[#1900](https://github.com/sparklemotion/nokogiri/issues/1900)]
* [JRuby] Passing non-`Node` objects to `Document#root=` now raises an `ArgumentError` exception. Previously this raised a `TypeError` exception.
* [CRuby] arm64/aarch64 systems (like Apple's M1) can now compile libxml2 and libxslt from source (though we continue to strongly advise users to install the native gems for the best possible experience)


## 1.11.2 / 2021-03-11
Expand Down
Loading

0 comments on commit 65c0ba1

Please sign in to comment.