Skip to content

Commit

Permalink
update CHANGELOG for #1985
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Mar 1, 2020
1 parent 40946a5 commit 62db71d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,13 @@ and the output from using system libraries now looks like:
loaded: 1.1.29
```

## 1.10.x / unreleased

### Fixed

* [MRI] Raise an exception when Nokogiri detects a specific libxml2 edge case involving blank Schema nodes wrapped by Ruby objects that would cause a segfault. Currently no fix is available upstream, so we're preventing a dangerous operation and informing users to code around it if possible. [[#1985](https://github.com/sparklemotion/nokogiri/issues/1985), [#2001](https://github.com/sparklemotion/nokogiri/issues/2001)]


## 1.10.8 / 2020-02-10

### Security
Expand Down

0 comments on commit 62db71d

Please sign in to comment.