aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-06-30 12:38:25 +0200
committerJosé Valim <jose.valim@gmail.com>2010-06-30 12:38:25 +0200
commit13a36902718d452b31d13f2f7aba5770e51844a9 (patch)
tree15a1b3fbf44675a453ab2abcb4882f223a8b686a /activerecord
parent06681af518036dcc84f4565b59a0dee460b01108 (diff)
downloadrails-13a36902718d452b31d13f2f7aba5770e51844a9.tar.gz
rails-13a36902718d452b31d13f2f7aba5770e51844a9.tar.bz2
rails-13a36902718d452b31d13f2f7aba5770e51844a9.zip
Add missing CHANGELOG items.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 60739fbd91..a1a82fdff5 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.0.0 [RC1] (unreleased)*
+* Add scoping and unscoped as the syntax to replace the old with_scope and with_exclusive_scope [José Valim]
+
* 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]