Skip to content

Commit c66c211

Browse files
committed
document async success callback in changelog
1 parent c731f72 commit c66c211

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4231,6 +4231,10 @@ <h2 id="changelog">Change Log</h2>
42314231
Added an overridable <tt>_isModel</tt> for more advanced
42324232
control of what's considered a model by your Collection.
42334233
</li>
4234+
<li>
4235+
The <tt>success</tt> callback passed to <tt>Model#destroy</tt> is always
4236+
called asynchronously now.
4237+
</li>
42344238
<li>
42354239
<tt>Router#execute</tt> passes back the route name as its third argument.
42364240
</li>

0 commit comments

Comments
 (0)