X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=ChangeLog.txt;h=877b298bf45ce1f65b9202a6c5e0e02887414d4f;hb=80a149b82831defa1a9f724801daefda0a8c5685;hp=f98b8bf77672d57577cb494a109e36a674b8ec13;hpb=34cb5b5812db50d921f7c7a0c398eb68167b3da3;p=jquery.git diff --git a/ChangeLog.txt b/ChangeLog.txt index f98b8bf..877b298 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,7 +1,12 @@ -== New and Noteworthy == +== jQuery ChangeLog == == 1.2 == +=== 1.1.3 === +* Always create an ActiveXObject when it is available instead of the XMLHttpRequest, even in IE7 +* Removed XMLHttpRequest shadowing, may break code that relies on existence of that function for browser checking +* ... + === 1.1.2 === * Event handlers (like element.onclick) are now removed when no more functions are bound to the event.