Skip to content

Commit

Permalink
doc: update CHANGELOG with v1.15.3 release notes
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
flavorjones committed Jul 5, 2023
1 parent 43a1526 commit 2edbbef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Nokogiri follows [Semantic Versioning](https://semver.org/), please see the [REA

## next / unreleased

...


## 1.15.3 / 2023-07-05

### Fixed

* Passing an object that is not a kind of `XML::Node` as the first parameter to `CDATA.new` now raises a `TypeError`. Previously this would result in either a segfault (CRuby) or a Java exception (JRuby). [[#2920](https://github.com/sparklemotion/nokogiri/issues/2920)]
Expand Down

0 comments on commit 2edbbef

Please sign in to comment.