aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2015-12-18 15:58:25 -0500
committereileencodes <eileencodes@gmail.com>2015-12-18 15:58:25 -0500
commit099ddfdefd44fda11d0f6a72f934f8a0ee83141b (patch)
tree849a3fbdac70da10a415a25ae40ae76644057a0e /activerecord
parentcbf827bc9c6592d3bdf117710a13dc57fc512e60 (diff)
downloadrails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.tar.gz
rails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.tar.bz2
rails-099ddfdefd44fda11d0f6a72f934f8a0ee83141b.zip
Add CHANGELOG headers for Rails 5.0.0.beta1
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index dc5d2632dc..dbf19c01da 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+## Rails 5.0.0.beta1 (December 18, 2015) ##
+
+* No changes.
+
+
* Order the result of `find(ids)` to match the passed array, if the relation
has no explicit order defined.