~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Leonard Richardson
  • Date: 2020-01-01 18:30:28 UTC
  • Revision ID: leonardr@segfault.org-20200101183028-k1j9xid384tzbu0k
API CHANGE - Added PageElement.decomposed, a new property which lets you
  check whether you've already called decompose() on a Tag or
  NavigableString.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
= Unreleased
 
1
= 4.9.0 (Unreleased)
 
2
 
 
3
* Added PageElement.decomposed, a new property which lets you
 
4
  check whether you've already called decompose() on a Tag or
 
5
  NavigableString.
2
6
 
3
7
* Fixed an unhandled exception when formatting a Tag that had been
4
8
  decomposed.[bug=1857767]