aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-11-21 09:34:10 +0000
committerMarcel Molina <marcel@vernix.org>2005-11-21 09:34:10 +0000
commit119155bebbaf02a0f9540e3bcbdec5e4d3efc636 (patch)
tree04d6c79623a0904200d28e13ed5d971ad1e2b393 /activerecord/CHANGELOG
parent5177333e70cbb454679041b939fd074f166a38b8 (diff)
downloadrails-119155bebbaf02a0f9540e3bcbdec5e4d3efc636.tar.gz
rails-119155bebbaf02a0f9540e3bcbdec5e4d3efc636.tar.bz2
rails-119155bebbaf02a0f9540e3bcbdec5e4d3efc636.zip
Revert [3130]. Behavior of introducing Kernel.binding causes breakage.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3142 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index c4f3c09e70..041eafe65b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,7 +1,5 @@
*SVN*
-* Use Kernel.binding rather than binding to allow columns of that name. #2973 [arc@uchicago.edu]
-
* Add tasks to create, drop and rebuild the MySQL and PostgreSQL test databases. [Marcel Molina Jr.]
* Correct boolean handling in generated reader methods. #2945 [don.park@gmail.com, Stefan Kaes]