Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
for #1802
  • Loading branch information
flavorjones committed Jan 13, 2019
1 parent c594d1d commit a1b3c20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -12,6 +12,7 @@

* CSS selector `:has()` correctly matches against any descendant (previously matched against only direct children). [#350] (Thanks, @Phrogz!)
* `NodeSet#attr` now returns `nil` if it's empty (previously raised a NoMethodError).
* [MRI] XPath errors no longer suppressed during `XSLT::Stylesheet#transform`. These errors could have led to silent failures and subsequent segfault. [#1802]


## 1.10.0 / 2019-01-04
Expand Down

0 comments on commit a1b3c20

Please sign in to comment.