Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhy committed Aug 22, 2010
1 parent a27046b commit 5a29e18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ jsoup changelog
*** Release 1.2.4 [PENDING]
* Removed dependency on Apache Commons-lang. Jsoup now has no external dependencies.

* Added new Connection implementation, to enable easier and richer HTTP requests that parse to Documents. This includes
support for gzip responses, cookies, headers, data parameters, user-agent, referrer, etc.

* Added Element.ownText() method, to get only the direct text of an element, not including the text of its children.

* Further speed optimisations for parsing and output generation.

* Fixed support for case-sensitive HTML escape entities.
Expand Down

0 comments on commit 5a29e18

Please sign in to comment.