diff options
author | Leonard Richardson <leonardr@segfault.org> | 2012-05-24 09:40:23 -0400 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2012-05-24 09:40:23 -0400 |
commit | 6ec38efd97e9deb8fb362890f670ba9571f60e10 (patch) | |
tree | b74bf6aa7d0115f996278e2b3cd65cd24ea7e9c0 /NEWS.txt | |
parent | 34c036cde4ed75e000be2d29f542a3f9ec215dfa (diff) |
Fixed some edge-case bugs having to do with inserting an element
into a tag it's already inside, and replacing one of a tag's
children with another. [bug=997529]
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ adding attributes to a tag that didn't originally have any. [bug=1002378] Thanks to Oliver Beattie for the patch. +* Fixed some edge-case bugs having to do with inserting an element + into a tag it's already inside, and replacing one of a tag's + children with another. [bug=997529] + = 4.0.5 (20120427) = * Added a new method, wrap(), which wraps an element in a tag. |