aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2007-02-18 23:27:48 +0000
committerJohn Resig <jeresig@gmail.com>2007-02-18 23:27:48 +0000
commit15f74eddb6725b027f8005fdb9fb85f57a824520 (patch)
treef134c51b93656481c939502b106a702a2f3dcdcd /ChangeLog.txt
parent3eaebf45a21f3eceb0144769713353bebb9d44a7 (diff)
downloadjquery-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.txt8
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
-----