Skip to content

Commit

Permalink
changelog: update for #2168
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 6, 2021
1 parent f9a2c4e commit bbf850c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA

---

## v1.11.1 / unreleased

### Fixed

* [CRuby] If `libxml-ruby` is loaded before `nokogiri`, the SAX and Push parsers no longer call `libxml-ruby`'s handlers. Instead, they defensively override the libxml2 global handler before parsing. [[#2168](https://github.com/sparklemotion/nokogiri/issues/2168)]


## v1.11.0 / 2021-01-03

### Notes
Expand Down

0 comments on commit bbf850c

Please sign in to comment.