diff options
author | John Resig <jeresig@gmail.com> | 2007-02-18 23:27:48 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2007-02-18 23:27:48 +0000 |
commit | 15f74eddb6725b027f8005fdb9fb85f57a824520 (patch) | |
tree | f134c51b93656481c939502b106a702a2f3dcdcd /ChangeLog.txt | |
parent | 3eaebf45a21f3eceb0144769713353bebb9d44a7 (diff) | |
download | jquery-15f74eddb6725b027f8005fdb9fb85f57a824520.tar.gz jquery-15f74eddb6725b027f8005fdb9fb85f57a824520.zip |
Added a bunch of points to the 1.1.2 changelog.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 47a5bb340..778e8cab5 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,6 +4,14 @@ New and Noteworthy 1.2 ---- +1.1.2 +---- + +* Change: Events are now internally stored in elem.$events rather than elem.events (due to a nasty bug relating to DOM 0 expandos). +* @href is now consistent in all browsers. +* Fixed the slideDown flickering bug. +* Having a \r endline in $("...") caused a never-ending loop. + 1.1 ----- |