Skip to content

Commit 5fde3d9

Browse files
committed
Changelog for #2281
1 parent d55469a commit 5fde3d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
### Bug Fixes
5050

51-
* If an element has an `;` in an attribute name, it could not be converted to a W3C DOM element, and so subsquent XPath
51+
* If an element has an `;` in an attribute name, it could not be converted to a W3C DOM element, and so subsequent XPath
5252
queries could miss that element. Now, the attribute name is more completely
5353
normalized. [2244](https://github.com/jhy/jsoup/issues/2244)
5454
* For backwards compatibility, reverted the internal attribute key for doctype names to
@@ -72,6 +72,7 @@
7272
`IndexOutOfBoundsException`. [2266](https://github.com/jhy/jsoup/issues/2266)
7373
* Fixed a memory leak when reusing a nested `StructuralEvaluator` (e.g., a selector ancestor chain like `A B C`) by
7474
ensuring cache reset calls cascade to inner members. [2277](https://github.com/jhy/jsoup/issues/2277)
75+
* Concurrent calls to `doc.clone().append(html)` were not supported. When a document was cloned, its `Parser` was not cloned but was a shallow copy of the original parser. [2281](https://github.com/jhy/jsoup/issues/2281)
7576

7677
## 1.18.3 (2024-Dec-02)
7778

0 commit comments

Comments
 (0)