aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2007-02-23 04:47:24 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2007-02-23 04:47:24 +0000
commit7820594c6630c0018a60e1c9c7bcacf78de06fb4 (patch)
tree72a7feb29358cb699678a51afe99c0dc9195140a /ChangeLog.txt
parent44599e174b5d1f924def5a3950375ead12b9d21b (diff)
downloadjquery-7820594c6630c0018a60e1c9c7bcacf78de06fb4.tar.gz
jquery-7820594c6630c0018a60e1c9c7bcacf78de06fb4.zip
Fix for #921
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index ba4ed5f33..55d38e593 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -7,6 +7,7 @@ New and Noteworthy
1.1.2
----
+* Fixed an issue in IE where an event on a cloned element is fired during a .clone() inside of an event handler.
* Fixed IE ID selectors selecting by the name attribute.
* Change: Events are now internally stored in elem.$events rather than elem.events (due to a nasty bug relating to DOM 0 expandos).
* .attr('href') is now consistent in all browsers.