Changelog: fixed typo

This commit is contained in:
Julen Ruiz Aizpuru
2014-06-25 16:07:24 +02:00
parent 18f9ad669a
commit c1bf4003de

View File

@@ -4164,7 +4164,7 @@ ActiveRecord::Base.include_root_in_json = false
</li>
<li>
The <tt>Model#change</tt> method has been removed, as delayed attribute
changes as no longer available.
changes are no longer available.
</li>
<li>
Bug fix on <tt>change</tt> where attribute comparison uses <tt>!==</tt>