~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2012-05-24 12:14:37 UTC
  • Revision ID: leonardr@segfault.org-20120524121437-rhfflwb3o5ev0jhm
Comments, processing instructions, document type declarations, and markup declarations are now treated as preformatted strings, the way CData blocks are. [bug=1001025] Also in this commit: renamed detwingle method to detwingle().

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
* Fixed the handling of " with the built-in parser. [bug=993871]
7
7
 
 
8
* Comments, processing instructions, document type declarations, and
 
9
  markup declarations are now treated as preformatted strings, the way
 
10
  CData blocks are. [bug=1001025]
 
11
 
8
12
= 4.0.5 (20120427) =
9
13
 
10
14
* Added a new method, wrap(), which wraps an element in a tag.