summary refs log tree commit diff
path: root/changelog.d/11566.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.50.0rc1Olivier Wilkinson (reivilibre)2022-01-051-1/+0
|
* Move HTML parsing to a separate file for URL previews. (#11566)Patrick Cloke2021-12-131-0/+1
* Splits the logic for parsing HTML from the resource handling code. * Fix a circular import in the oEmbed code (which uses the HTML parsing code). * Renames some of the HTML parsing methods to: * Make it clear which methods are "internal" to the module. * Clarify what the methods do.