diff options
author | Brandon Aaron <brandon.aaron@gmail.com> | 2007-02-25 19:36:29 +0000 |
---|---|---|
committer | Brandon Aaron <brandon.aaron@gmail.com> | 2007-02-25 19:36:29 +0000 |
commit | 34cb5b5812db50d921f7c7a0c398eb68167b3da3 (patch) | |
tree | cafeb0a2f9e6dd212887f2ec2d05d10f31ce9a3e /ChangeLog.txt | |
parent | b15ae79a389299cac19f59ed14efafc3e9d8ef0d (diff) | |
download | jquery-34cb5b5812db50d921f7c7a0c398eb68167b3da3.tar.gz jquery-34cb5b5812db50d921f7c7a0c398eb68167b3da3.zip |
Fix for #964
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 df4848683..f98b8bf77 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,6 +4,7 @@ === 1.1.2 === +* Event handlers (like element.onclick) are now removed when no more functions are bound to the event. * Fixed DOM Manipulations for form elements. * Fixed jQuery.isFunction to return false on nodes. * Fixed jQuery.className.has, escaping regex characters in className (for metadata) |