aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorBrandon Aaron <brandon.aaron@gmail.com>2007-02-23 02:53:22 +0000
committerBrandon Aaron <brandon.aaron@gmail.com>2007-02-23 02:53:22 +0000
commit44599e174b5d1f924def5a3950375ead12b9d21b (patch)
tree91a2370332bb9bf0ebe55bb281847c21d3eb2a79 /ChangeLog.txt
parent4259b02c99202092d222fc7ca19c1ab83df7eafa (diff)
downloadjquery-44599e174b5d1f924def5a3950375ead12b9d21b.tar.gz
jquery-44599e174b5d1f924def5a3950375ead12b9d21b.zip
* Fixed IE ID selectors selecting by the name attribute and added tests
* Added href attribute test to test suite * Updated Changelog
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 40ec5478b..ba4ed5f33 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -7,7 +7,9 @@ New and Noteworthy
1.1.2
----
+* 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.
* @href is now consistent in all browsers.
* Fixed the slideDown flickering bug.
* Having a \r endline in $("...") caused a never-ending loop.