X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=RELEASE-NOTES-1.23;h=d0a8ec7d6b40c880d660842919dd933207433b9d;hb=59002d8935e48d1e6c0640b0f7102c9ff6dd2ef5;hp=08fb7a29647191de9ad8ddf440eb86965ae83e3f;hpb=3775f939a79a8bad9ef28541550aff005a893dcb;p=lhc%2Fweb%2Fwiklou.git diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23 index 08fb7a2964..d0a8ec7d6b 100644 --- a/RELEASE-NOTES-1.23 +++ b/RELEASE-NOTES-1.23 @@ -341,6 +341,13 @@ changes to languages because of Bugzilla reports. * The locations of resources have been split between upstream libraries, now in resources/lib/, local libaries in resources/src/, and local forks of upstream libraries, also in resources/src/. +* BREAKING CHANGE: The automatically-generated function closure with which + ResourceLoader wraps all modules' JavaScript code now binds the identifier + names 'jQuery' and '$' to the jQuery object of the version of jQuery that is + bundled with MediaWiki. If you bind these names to other objects in global + scope (like Zepto.js or document.querySelectorAll, for example) you will need + to use different names to or re-bind them at the top of each + ResourceLoader-loaded module. ==== Removed classes ==== * FakeMemCachedClient (deprecated in 1.18)