diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-31 13:02:57 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-31 13:02:57 -0500 |
commit | 4a5aa558df5cb6c4920ad6c40aec25d84e5ab9dc (patch) | |
tree | c5906980e23d93b2f1492ab6fa35d93cafb5d9e6 /CHANGELOG | |
parent | 75d2d619537da0d3794e08bc562771f5e41d4baf (diff) |
Added information to CHANGELOG I forgot to add earlier.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ SoupSieve documentation: https://facelessuser.github.io/soupsieve/ +* Added the PageElement.extend() method, which works like list.append(). + [bug=1514970] + +* PageElement.insert_before() and insert_after() now take a variable + number of arguments. [bug=1514970] + * Fix a number of problems with the tree builder that caused trees that were superficially okay, but which fell apart when bits were extracted. Patch by Isaac Muse. [bug=1782928,1809910] |