aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 0bef057836..43651c9b48 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,10 +1,18 @@
-* Checks to see if the record contains the foreign key to set the inverse automatically.
+* Fix validation on uniqueness of empty association.
- *Edo Balvers*
+ *Evgeny Li*
+
+* Make `ActiveRecord::Relation#unscope` affect relations it is merged in to.
+
+ *Jon Leighton*
-* Exit with non-zero status for failed database rake tasks.
+* Use strings to represent non-string `order_values`.
- *Jay Hayes*
+ *Yves Senn*
+
+* Checks to see if the record contains the foreign key to set the inverse automatically.
+
+ *Edo Balvers*
* Added `ActiveRecord::Base.to_param` for convenient "pretty" URLs derived from a model's attribute or method.