diff options
author | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-27 10:09:17 -0400 |
---|---|---|
committer | Leonard Richardson <leonard.richardson@canonical.com> | 2012-04-27 10:09:17 -0400 |
commit | 06f15fea89290a214346786e00e06c3b82f6a259 (patch) | |
tree | eda6acddbf2fb289ccd7a40b6b50db06e6fc7ff2 /NEWS.txt | |
parent | f71ba86ec04e2ce0ff5a0e64f4f20becadcc6ddc (diff) |
Prep for release.
Diffstat (limited to 'NEWS.txt')
-rw-r--r-- | NEWS.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ -= 4.0.5 (unreleased) = += 4.0.5 (20120427) = -* Added a new method, wrap(), which wraps an element in a tag. +* Added a new method, wrap(), which wraps an element in a tag. Renamed + replace_with_children() to unwrap(). * Renamed replace_with_children() to unwrap(), which is easier to understand and also the jQuery name of the function. |