Skip to content

Commit

Permalink
doc: update CHANGELOG for v1.17.1
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Dec 10, 2024
1 parent 04f2210 commit 75d44bf
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA

---

## next / unreleased

### ...


## v1.17.1 / 2024-12-10

### Fixed

* Fixed a potential segfault when using `Node#dup` and `DocumentFragment#dup`. [#3359] @byroot @flavorjones
* `Node#dup` and `Node#clone` now correctly decorate the new node with the document's `Node` decorators. [#3363] @flavorjones


## v1.17.0 / 2024-12-08

### Dependencies
Expand Down

0 comments on commit 75d44bf

Please sign in to comment.