aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-04 12:49:32 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2007-01-04 12:49:32 +0000
commit5e497300aaaa61e1108d50ff9264ac79cbfe3f83 (patch)
tree662df485fc64a518a5c654e51d7775f80dc9d68d /ChangeLog.txt
parentd1a4077fa8fa710b474ae052ff9d1d7a1ddc5779 (diff)
downloadjquery-5e497300aaaa61e1108d50ff9264ac79cbfe3f83.tar.gz
jquery-5e497300aaaa61e1108d50ff9264ac79cbfe3f83.zip
Improved a lot of docs, adding description to examples, merging methods with optional arguments; Modified filter(Function) to set correct scope (this == element) instead of passing element as argument
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 10ab7eaaf..3d658d5e5 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -22,7 +22,7 @@ New and Noteworthy
- Implemented a better error handling for ajax requests. Exceptions caused by dropping connections are now handled, too.
- Added global settings for AJAX (in addition to timeout), use $.ajaxSetup() to modify them
- You can now unbind event handlers from within themselves
- - Documented filter(Function)
+ - Documented filter(Function), a very powerful approach for custom filtering
- Improved docs for FX module, merging method descriptions and marking optional arguments
- Improved docs for append, prepend, before and after, merging the three pairs into one