aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 91c6a683b1..db2b44ac02 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -9,8 +9,6 @@
Now:
person.update_attributes(@params["person"])
-* Added a return value for Base#update_attribute, so that you get to know whether the save was successful or if it failed validation.
-
* Added Base.destroy and Base.delete to remove records without holding a reference to them first.