diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-07 23:59:13 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2007-01-07 23:59:13 +0000 |
commit | 5acecf6e2814701f9e22f91f17fcb33ef910e88a (patch) | |
tree | a0da881e448ad505c45b42f3751bb9d02d24bfbb /ChangeLog.txt | |
parent | c78b1fb9a1f44c640290c1ffdb16b0c1d5531b7b (diff) | |
download | jquery-5acecf6e2814701f9e22f91f17fcb33ef910e88a.tar.gz jquery-5acecf6e2814701f9e22f91f17fcb33ef910e88a.zip |
Implemented #756, making text(String) really useful
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 0d3bfd5d0..c91bf667a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -27,6 +27,7 @@ New and Noteworthy - Improved docs for append, prepend, before and after, merging the three pairs into one - Improved show/hide animations to show only hidden and hide only visible elements - Added attr(String,Function) to calculate the value and support for attr("key", "${formula}") syntax, a shortcut for the former + - text(String) now escapes HTML per default and optionally stris tags completely 1.0.4 ----- |