aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-31 14:35:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-31 14:35:14 +0000
commite130b9e01784ac8c5d4743fa121a9d5e3618e151 (patch)
tree688bc2c1a1e23ab0be3a15c3202cd646ef25e893 /activerecord/CHANGELOG
parent8499c24770982b533cc11f3e12171f5151f11e37 (diff)
downloadrails-e130b9e01784ac8c5d4743fa121a9d5e3618e151.tar.gz
rails-e130b9e01784ac8c5d4743fa121a9d5e3618e151.tar.bz2
rails-e130b9e01784ac8c5d4743fa121a9d5e3618e151.zip
Added a join parameter as the third argument to Base.find_first #426 [skaes@web.de]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1047 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 342fa55d89..1f2a363085 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added a join parameter as the third argument to Base.find_first #426 [skaes@web.de]
+
* Fixed bug in Base#hash method that would treat records with the same string-based id as different [Dave Thomas]
* Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in_words (old method name is still available as a deprecated alias)