Skip to content

Commit f6e82f2

Browse files
committed
Note 1.18.2 release date
1 parent 2a174dc commit f6e82f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# jsoup Changelog
22

3-
## 1.18.2 (Pending)
3+
## 1.18.2 (2024-Nov-27)
44

55
### Improvements
66

77
* Optimized the throughput and memory use throughout the input read and parse flows, with heap allocations and GC
88
down between -6% and -89%, and throughput improved up to +143% for small inputs. Most inputs sizes will see
9-
throughput increases of ~ 20%. These performance improvements come through recycling the backing byte[] and char[]
9+
throughput increases of ~ 20%. These performance improvements come through recycling the backing `byte[]` and `char[]`
1010
arrays used to read and parse the input. [2186](https://github.com/jhy/jsoup/pull/2186)
1111
* Speed optimized `html()` and `Entities.escape()` when the input contains UTF characters in a supplementary plane, by
1212
around 49%. [2183](https://github.com/jhy/jsoup/pull/2183)

0 commit comments

Comments
 (0)