~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to CHANGELOG

  • Committer: Leonard Richardson
  • Date: 2019-07-07 18:01:40 UTC
  • Revision ID: leonardr@segfault.org-20190707180140-iwopcclvuk3m9hsp
It's now possible to customize the TreeBuilder object by passing
   keyword arguments into the BeautifulSoup constructor. The main
   reason to do this right now is to change how multi-valued
   attributes are treated. [bug=1832978]

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
= Unreleased
 
2
 
 
3
* It's now possible to customize the TreeBuilder object by passing
 
4
   keyword arguments into the BeautifulSoup constructor. The main
 
5
   reason to do this right now is to change how multi-valued
 
6
   attributes are treated. [bug=1832978]
 
7
 
1
8
= 4.7.1 (20190106)
2
9
 
3
10
* Fixed a significant performance problem introduced in 4.7.0. [bug=1810617]