Simplify the `.closest(Array)` code since we no longer use it internally.
[jquery.git] / build / release-notes.txt
blob1d0ae7460f46372af3d1e26507a7e6f6e50ea5b7
1 <h2>jQuery {{version}} Released</h2>
3 <p>This is a preview release of jQuery. We're releasing it so that everyone can start testing the code in their applications, making sure that there are no major problems.</p>
5 <p>You can get the code from the jQuery CDN:</p>
7 <ul>
8 <li><a href="http://code.jquery.com/jquery-{{short_version}}.js">http://code.jquery.com/jquery-{{short_version}}.js</a></li>
9 </ul>
11 <p>You can help us by dropping that code into your existing application and letting us know that if anything no longer works. Please <a href="http://bugs.jquery.com/">file a bug</a> and be sure to mention that you're testing against jQuery {{version}}.</p>
13 <p>We want to encourage everyone from the community to try and <a href="http://docs.jquery.com/Getting_Involved">get involved</a> in contributing back to jQuery core. We've set up a <a href="http://docs.jquery.com/Getting_Involved">full page</a> of information dedicated towards becoming more involved with the team. The team is here and ready to help you help us!</p>
15 <h2>jQuery {{version}} Change Log</h2>
17 <p>The current change log of the {{version}} release.</p>
19 {{#categories}}
20 <h3>{{niceName}}</h3>
22 <ul>
23 {{#bugs}}
24         <li><a href="http://bugs.jquery.com/ticket/{{ticket}}">#{{ticket}}</a>: {{title}}</li>
25 {{/bugs}}
26 </ul>
27 {{/categories}}