Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
also update the ROADMAP to document DocumentFragment xpath issues.
  • Loading branch information
flavorjones committed May 26, 2021
1 parent d0f14d1 commit a1b0e6b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
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

---

## 1.11.6 / unreleased

### Fixed

* [CRuby] `DocumentFragment#xpath` checks for error case introduced in libxml > 2.9.10. In v1.11.4 and v1.11.5, calling `DocumentFragment#path` results in a segfault.


## 1.11.5 / 2021-05-19

### Fixed
Expand Down
1 change: 1 addition & 0 deletions ROADMAP.md
Expand Up @@ -59,6 +59,7 @@
- [#572](https://github.com/sparklemotion/nokogiri/issues/572)
could we fix this by making DocumentFragment be a subclass of NodeSet?

* potentially related, we should figure out a way that we can round-trip `DocumentFragment#path` through `#xpath` and get the `DocumentFragment back again - [#2250](https://github.com/sparklemotion/nokogiri/issues/2250)

## Better Syntax for custom XPath function handler

Expand Down
2 changes: 1 addition & 1 deletion rakelib/markdown.rake
@@ -1,2 +1,2 @@
require "hoe/markdown"
Hoe::Markdown::Standalone.new("nokogiri").define_markdown_tasks("CHANGELOG.md", "CONTRIBUTING.md")
Hoe::Markdown::Standalone.new("nokogiri").define_markdown_tasks("CHANGELOG.md", "CONTRIBUTING.md", "ROADMAP.md")

0 comments on commit a1b0e6b

Please sign in to comment.