~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2012-04-16 14:06:26 UTC
  • Revision ID: leonard.richardson@canonical.com-20120416140626-z5ezug4fwubmqdsf
Attribute values are now run through the provided output formatter. Previously they were always run through the 'minimal' formatter. [bug=980237]

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
* Fixed a bug with the string setter that moved a string around the
6
6
  tree instead of copying it. [bug=983050]
7
7
 
 
8
* Attribute values are now run through the provided output formatter.
 
9
  Previously they were always run through the 'minimal' formatter. In
 
10
  the future I may make it possible to specify different formatters
 
11
  for attribute values and strings, but for now, consistent behavior
 
12
  is better than inconsistent behavior. [bug=980237]
 
13
 
8
14
* Added the missing renderContents method from Beautiful Soup 3. Also
9
15
  added an encode_contents() method to go along with decode_contents().
10
16