summaryrefslogtreecommitdiff
path: root/NEWS.txt
diff options
context:
space:
mode:
authorLeonard Richardson <leonard.richardson@canonical.com>2012-04-26 23:29:32 -0400
committerLeonard Richardson <leonard.richardson@canonical.com>2012-04-26 23:29:32 -0400
commitf71ba86ec04e2ce0ff5a0e64f4f20becadcc6ddc (patch)
tree6d0aec2cc1659615ae903851789ea59f8eddf138 /NEWS.txt
parentd1261fb0a2df9929658dfdc9fe5880974e287d21 (diff)
Added a new method, wrap().
Diffstat (limited to 'NEWS.txt')
-rw-r--r--NEWS.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS.txt b/NEWS.txt
index 46b156e..ecd2164 100644
--- a/NEWS.txt
+++ b/NEWS.txt
@@ -1,5 +1,7 @@
= 4.0.5 (unreleased) =
+* Added a new method, wrap(), which wraps an element in a tag.
+
* Renamed replace_with_children() to unwrap(), which is easier to
understand and also the jQuery name of the function.