diff options
author | Ryan Bates <ryan@railscasts.com> | 2008-05-20 12:11:25 +0100 |
---|---|---|
committer | Pratik Naik <pratiknaik@gmail.com> | 2008-05-20 12:27:14 +0100 |
commit | 73c59638549686fccc749ffd3ac53cb533c5fd61 (patch) | |
tree | 44aebe6752869fdb13240d0bf8422388cca81767 /activerecord/CHANGELOG | |
parent | ebb642fa3a2b1a4e31abf9610ca634e6bb5d57d3 (diff) | |
download | rails-73c59638549686fccc749ffd3ac53cb533c5fd61.tar.gz rails-73c59638549686fccc749ffd3ac53cb533c5fd61.tar.bz2 rails-73c59638549686fccc749ffd3ac53cb533c5fd61.zip |
Add first/last methods to associations/named_scope. [#226 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index cd526a52a7..78082665a4 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,3 +1,5 @@ +* Add first/last methods to associations/named_scope. Resolved #226. [Ryan Bates] + *2.1.0 RC1 (May 11th, 2008)* * Ensure hm:t preloading honours reflection options. Resolves #137. [Frederick Cheung] |