Merge pull request #1971 from wookiehangover/issue1966

added a note about Backbone.wrapError to the 0.9.9 changelog
This commit is contained in:
Jeremy Ashkenas
2012-12-18 14:08:15 -08:00

View File

@@ -3874,6 +3874,11 @@ ActiveRecord::Base.include_root_in_json = false
which triggers whenever a request begins to be made to the server.
The natural complement to the <tt>"sync"</tt> event.
</li>
<li>
Removed <tt>Backbone.wrapError</tt> helper method, in favor of wrapping
optional error callbacks with a fallback error event within
<tt>Backbone.sync</tt>.
</li>
<li>
Router URLs now support optional parts via parentheses, without having
to use a regex.