Skip to content

Commit

Permalink
update CHANGELOG with resolution of #425 in v1.12.0
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Aug 12, 2021
1 parent daeea44 commit 2e00dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -59,7 +59,7 @@ Future releases of Nokogiri may deprecate `HTML` methods or otherwise change thi
### Fixed

* [CRuby] Namespaced attributes are handled properly when their parent node is reparented into another document. Previously, the namespace may have gotten dropped. [[#2228](https://github.com/sparklemotion/nokogiri/issues/2228)]
* [CRuby] Reparented nodes no longer inherit their parent's namespace. Previously, a node without a namespace was forced to adopt its parent's namespace. [[#1712](https://github.com/sparklemotion/nokogiri/issues/1712)]
* [CRuby] Reparented nodes no longer inherit their parent's namespace. Previously, a node without a namespace was forced to adopt its parent's namespace. [[#1712](https://github.com/sparklemotion/nokogiri/issues/1712), [#425](https://github.com/sparklemotion/nokogiri/issues/425)]


### Improved
Expand Down

0 comments on commit 2e00dd7

Please sign in to comment.