diff --git a/UPGRADES b/UPGRADES index d788106fa..9a37c60a7 100644 --- a/UPGRADES +++ b/UPGRADES @@ -1,3 +1,6 @@ +0.10 => 0.11 + * #update_attribute now ignores attr_accessible and attr_protected + 0.9 => 0.10 * Using String IDs are no longer supported. If you are declaring your own ID, ensure it is an ObjectId, and set the default key :_id, ObjectId, :default => lambda { BSON::ObjectId.new }