~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2012-05-24 12:28:14 UTC
  • Revision ID: leonardr@segfault.org-20120524122814-vjzpm2cs63qbai41
Fixed a bug with the lxml treebuilder that prevented the user from adding attributes to a tag that didn't originally have any. [bug=1002378] Thanks to Oliver Beattie for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
= 4.1.0 (unreleased) =
2
2
 
3
3
* Added experimental support for fixing Windows-1252 characters
4
 
  embedded in UTF-8 documents.
 
4
  embedded in UTF-8 documents. (UnicodeDammit.detwingle())
5
5
 
6
6
* Fixed the handling of " with the built-in parser. [bug=993871]
7
7
 
9
9
  markup declarations are now treated as preformatted strings, the way
10
10
  CData blocks are. [bug=1001025]
11
11
 
 
12
* Fixed a bug with the lxml treebuilder that prevented the user from
 
13
  adding attributes to a tag that didn't originally have
 
14
  any. [bug=1002378] Thanks to Oliver Beattie for the patch.
 
15
 
12
16
= 4.0.5 (20120427) =
13
17
 
14
18
* Added a new method, wrap(), which wraps an element in a tag.