diff options
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. |