summary refs log tree commit diff
path: root/changelog.d/11077.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.46.0rc1Sean Quah2021-10-261-1/+0
|
* Attempt different character encodings when previewing a URL. (#11077)Patrick Cloke2021-10-141-0/+1
This follows similar logic to BeautifulSoup where we attempt different character encodings until we find one which works.