Add changelog note about deprecated setDomLibrary

This commit is contained in:
Raymond Julin
2012-12-14 08:59:28 +01:00
parent 0085732068
commit cd9a90af08

View File

@@ -3909,6 +3909,9 @@ ActiveRecord::Base.include_root_in_json = false
Calling <tt>destroy</tt> on a Model will now return <tt>false</tt> if
the model <tt>isNew</tt>.
</li>
<li>
<tt>Backbone.setDomLibrary()</tt> is deprecated in favor of setting <tt>Backbone.$</tt>
</li>
</ul>
<b class="header">0.9.2</b> &mdash; <small><i>March 21, 2012</i></small> &mdash; <a href="https://github.com/documentcloud/backbone/compare/0.9.1...0.9.2">Diff</a><br />