Skip to content

Commit a1b0e6b

Browse files
committed
update CHANGELOG
also update the ROADMAP to document DocumentFragment xpath issues.
1 parent d0f14d1 commit a1b0e6b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA
44

55
---
66

7+
## 1.11.6 / unreleased
8+
9+
### Fixed
10+
11+
* [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.
12+
13+
714
## 1.11.5 / 2021-05-19
815

916
### Fixed

ROADMAP.md

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
- [#572](https://github.com/sparklemotion/nokogiri/issues/572)
6060
could we fix this by making DocumentFragment be a subclass of NodeSet?
6161

62+
* 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)
6263

6364
## Better Syntax for custom XPath function handler
6465

rakelib/markdown.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
require "hoe/markdown"
2-
Hoe::Markdown::Standalone.new("nokogiri").define_markdown_tasks("CHANGELOG.md", "CONTRIBUTING.md")
2+
Hoe::Markdown::Standalone.new("nokogiri").define_markdown_tasks("CHANGELOG.md", "CONTRIBUTING.md", "ROADMAP.md")

0 commit comments

Comments
 (0)