aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-06 23:19:55 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-06 23:19:55 +0000
commitc0899bca10af443d3aba00d75c554b96d4bccdab (patch)
tree584bbc01fb922528839d62022ac8a38725479b36 /activerecord/CHANGELOG
parente8b427cdefd9ec851e2853d4bf21dd8fd676096d (diff)
downloadrails-c0899bca10af443d3aba00d75c554b96d4bccdab.tar.gz
rails-c0899bca10af443d3aba00d75c554b96d4bccdab.tar.bz2
rails-c0899bca10af443d3aba00d75c554b96d4bccdab.zip
Add convenience predicate methods on Column class. In partial fullfilment of #1236.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2482 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 ad085641fb..7100989b1e 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add convenience predicate methods on Column class. In partial fullfilment of #1236. [skaes@web.de]
+
* Raise errors when invalid hash keys are passed to ActiveRecord::Base.find. #2363 [Chad Fowler <chad@chadfowler.com>, Nicholas Seckar]
* Added :force option to create_table that'll try to drop the table if it already exists before creating