aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorScott Taylor <scott@railsnewbie.com>2009-01-31 21:32:49 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-02-05 20:51:06 +0100
commit5a8f764661bcdf9c6ce503c0ff343a1970deb1bb (patch)
treed834baa2819042a33226ca2931b54b0e4308415f /activerecord/CHANGELOG
parent6db78e8c02442080d2be93faeeb42be97b09fb53 (diff)
downloadrails-5a8f764661bcdf9c6ce503c0ff343a1970deb1bb.tar.gz
rails-5a8f764661bcdf9c6ce503c0ff343a1970deb1bb.tar.bz2
rails-5a8f764661bcdf9c6ce503c0ff343a1970deb1bb.zip
Add ActiveRecord::Base.exists? with no args [#1817 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 027533aa2d..a63c09bbaa 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,3 +1,8 @@
+*Edge*
+
+* Added that ActiveRecord::Base.exists? can be called with no arguments #1817 [Scott Taylor]
+
+
*2.3.0 [RC1] (February 1st, 2009)*
* Add Support for updating deeply nested models from a single form. #1202 [Eloy Duran]