Merge pull request #4031 from leods92/patch-1

Fix changelog referring to wrong code change
This commit is contained in:
Graeme Yeates
2016-05-17 14:39:17 -04:00

View File

@@ -4393,7 +4393,7 @@ ActiveRecord::Base.include_root_in_json = false
Bug fix in <tt>Collection#remove</tt>. The removed models are now actually returned.
</li>
<li>
<tt>Model#fetch</tt> no longer parses the response when passing <tt>patch: false</tt>.
<tt>Model#fetch</tt> no longer parses the response when passing <tt>parse: false</tt>.
</li>
<li>
Bug fix for iframe-based History when used with JSDOM.