~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2015-06-24 11:17:14 UTC
  • Revision ID: leonardr@segfault.org-20150624111714-1vtv24epsts5z6yx
The select() method can now find tags with attributes whose names
  contain dashes. Patch by Marek Kapolka. [bug=1304007]

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  Francisco Canas [bug=1191917]
18
18
 
19
19
* The select() method can now find tags whose names contain
20
 
  dashes. Patch by Francisco Canas [bug=1276211]
 
20
  dashes. Patch by Francisco Canas. [bug=1276211]
 
21
 
 
22
* The select() method can now find tags with attributes whose names
 
23
  contain dashes. Patch by Marek Kapolka. [bug=1304007]
21
24
 
22
25
* Improved the lxml tree builder's handling of processing
23
26
  instructions. [bug=1294645]