Skip to content

Commit

Permalink
PR url
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Nov 23, 2023
1 parent 4b91adf commit f49dd2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ Release 1.17.1 [PENDING]
<https://github.com/jhy/jsoup/issues/2054>

* Improvement: in Jsoup.Connect, allow any XML mimetype as a supported mimetype. Was previously limited to
{application|text}/xml. This enables for e.g. fetching SVGs with a image/svg+xml mimetype, without having to
`{application|text}/xml`. This enables for e.g. fetching SVGs with a image/svg+xml mimetype, without having to
disable mimetype validation.
<https://github.com/jhy/jsoup/issues/2059>

* Bugfix: when outputting with XML syntax, HTML elements that were parsed as data nodes (<script> and <style>) should
be emitted as CDATA nodes, so that they can be parsed correctly by an XML parser.
Expand Down

0 comments on commit f49dd2c

Please sign in to comment.