more documentation on upgrading and change events.

This commit is contained in:
Jeremy Ashkenas
2012-02-06 09:47:34 -05:00
parent 2eb9c5054c
commit b86cfebdb1

View File

@@ -524,6 +524,8 @@
<li>
<tt>model.set</tt> will no longer trigger change events when setting a value
with <tt>{silent: true}</tt> then setting it back to it's original value.
Similarly, after changing an attribute silently, that <tt>change:attribute</tt>
event <i>will</i> fire during the next change.
</li>
</ul>