diff --git a/index.html b/index.html
index 32cbb9e7..ef2609f8 100644
--- a/index.html
+++ b/index.html
@@ -4237,6 +4237,37 @@ ActiveRecord::Base.include_root_in_json = false
Change Log
+ — Jun. 3, 2015
+ — Diff
+ — Docs
+
+
+ -
+ Collection#add now avoids trying to parse a model instance when passing parse: true.
+
+ -
+ Bug fix in Collection#remove.
+
+ -
+ Model#save no longer mutates the passed in attribute hash with the server's
+ response when passing wait: true.
+
+ -
+ Model#fetch no longer parses the response when passing patch: false.
+
+ -
+ Bug fix for iframe-based History when used with jsdom.
+
+ -
+ Bug fix where Collection#invoke was not taking additional arguments.
+
+ -
+ When using on with an event map, you can now pass the context as the
+ second argument. This was previously an undocumented behavior from 1.1.2 removed
+ in 1.2.0.
+
+
+
— May 13, 2015
— Diff
— Docs