# 6158 replaceWith does not throw an exception when an element is missing
# 7340 One capturing handler is used to simulate bubbling focusin / focusout events in browsers other than IE. Allows you to trigger events using native dom methods.
# 8353 Reverted. Added catch block to resolveWith, now finally block is executed in IE7 and IE6.
# 8438 the full function stack is now visible when debugging in Google Chrome.
# 8380$(':text') recognized as 'type=text' by default
# 8421resolveWith can resolveWith even with one parameter
# 8423 TheX-Requested-With header is never specified for cross-domain queries. Fixed problem when cross-domain requests were pre-flighted ( could not be translated correctly ) and required some additional settings
# 8456 Fixed a bug where trigger('mouseover') did not trigger mouseenter . We check that the parent exists before the call, so now the mouseenter is called during the mouseover event.
# 8509 Regulars for parsing URLs are no longer so strict and recognize URL scheme schemes that do not contain compatible hierarchical structures (as in section 2.1.2 of www.ietf.org/rfc/rfc2718.txt ).
# 8536 Presented modules on the jQuery repository in GitHub.
# 8381.is(“div”) now works on disconnected nodes in IE 9.
# 8316 Fixed .offset() setter for fixed elements in WebKit.
# 3333 Fixed incorrect .css(“marginRight”) in WebKit.
# 8692 Fixed the bug when an object with arguments ends with an undefined element in the $.when method.
# 8346 Fixed compatibility issue with jQuery.camelCase() and IE9 prefixes.
# 8203 Removed some unnecessary zeroing of items that were added to clean up memory in IE.
# 8519 The main makefile does not apply minification if nothing has changed in the code.
# 8587 Fixed jQuery-git.js cron-job to make sure that it is updated regularly.
# 8635 Fixed a bug in Firefox 3.6 when getComputedStyle() threw an unchecked exception