~leonardr/beautifulsoup/bs4

« back to all changes in this revision

Viewing changes to NEWS.txt

  • Committer: Leonard Richardson
  • Date: 2012-04-27 22:58:00 UTC
  • Revision ID: leonard.richardson@canonical.com-20120427225800-0ievqmy3ctbxqiqv
Fixed NEWS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
= 4.0.5 (20120427) =
7
7
 
8
 
* Added a new method, wrap(), which wraps an element in a tag. Renamed
9
 
  replace_with_children() to unwrap().
 
8
* Added a new method, wrap(), which wraps an element in a tag.
10
9
 
11
10
* Renamed replace_with_children() to unwrap(), which is easier to
12
11
  understand and also the jQuery name of the function.