From 32bd55d35e4931a457d2326878322378a839980f Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Sat, 14 Dec 2024 11:07:41 -0500 Subject: [PATCH] doc: update CHANGELOG for v1.17.2 [skip ci] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index efee91c536..d4f8851587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,13 @@ This release ships separate precompiled GNU and Musl gems for all linux platform This release drops precompiled native platform gems for `x86-linux` and `x86-mingw32`. **These platforms are still supported.** Users on these platforms must install the "ruby platform" gem which requires a compiler toolchain. See [Installing the `ruby` platform gem](https://nokogiri.org/tutorials/installing_nokogiri.html#installing-the-ruby-platform-gem) in the installation docs. (#3369, #3081) +## v1.17.2 / 2024-12-12 + +### Fixed + +* [JRuby] Fixed an issue where `Node#dup` when called with the `new_parent_doc` parameter was not decorating the node with the document's `Node` decorators. [#3372] @flavorjones + + ## v1.17.1 / 2024-12-10 ### Fixed