Skip to content

Commit a11788a

Browse files
committed
Changelog prep for 1.5.2
1 parent dd29900 commit a11788a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
jsoup changelog
22

3-
*** Release 1.5.2 [PENDING]
3+
*** Release 1.5.2 [2011-02-27]
44
* Fixed issue with selector parser where some boolean AND + OR combined queries (e.g. "meta[http-equiv], meta[content]")
55
were being parsed incorrectly as OR only queries (e.g. former as "meta, [http-equiv], meta[content]")
66

7-
* Fixed issue where a content-tye specified in a meta tag may not be reliably detected, due to the above issue.
7+
* Fixed issue where a content-type specified in a meta tag may not be reliably detected, due to the above issue.
88

9-
* Updated Element.text() method to ensure <br> tags output as whitespace.
9+
* Updated Element.text() and Element.ownText() methods to ensure <br> tags output as whitespace.
1010

1111
* Tweaked Element.outerHtml() method to not generate initial newline on first output element.
1212

0 commit comments

Comments
 (0)