Skip to content

Commit

Permalink
Merge pull request #2214 from sparklemotion/flavorjones-allow-arm64-c…
Browse files Browse the repository at this point in the history
…ompilation

fix: update automake files to allow arm64 to compile packaged libraries
  • Loading branch information
flavorjones committed Apr 4, 2021
2 parents acfd92c + 8380a6d commit beb77f5
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
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

0 comments on commit beb77f5

Please sign in to comment.