aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-06-28 11:37:14 +0200
committerJosé Valim <jose.valim@gmail.com>2010-06-28 11:37:14 +0200
commitdd8b7417a9b793b7780bf5ca5e04b1c05ac3a8f9 (patch)
tree86edf8a4d54d63237279cbdba18362c11172b48e /activerecord
parentbe994e2c50af6c7cb31602fd45f4e718f011b165 (diff)
downloadrails-dd8b7417a9b793b7780bf5ca5e04b1c05ac3a8f9.tar.gz
rails-dd8b7417a9b793b7780bf5ca5e04b1c05ac3a8f9.tar.bz2
rails-dd8b7417a9b793b7780bf5ca5e04b1c05ac3a8f9.zip
Update CHANGELOGs.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG5
1 files changed, 4 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 6c07467535..60739fbd91 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,8 +1,11 @@
*Rails 3.0.0 [RC1] (unreleased)*
-* PostgreSQL: ensure the database time zone matches Ruby's time zone. #4895 [Aaron Patterson]
* New rake task, db:migrate:status, displays status of migrations #4947 [Kevin Skoglund]
+* select and order for ActiveRecord now always concatenate nested calls. Use reorder if you want the original order to be overwritten [Santiago Pastorino]
+
+* PostgreSQL: ensure the database time zone matches Ruby's time zone #4895 [Aaron Patterson]
+
*Rails 3.0.0 [beta 4] (June 8th, 2010)*