aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-04-26 21:29:10 +0000
committerMarcel Molina <marcel@vernix.org>2006-04-26 21:29:10 +0000
commitca2eb16bf9a5844607787c49be38bd36cfbfd568 (patch)
treee9c957703b4593cfb1db9c4194243ee3cc13cf82 /activerecord/CHANGELOG
parent242cd0604e6a4fec691004beb950cf4261ba7f3c (diff)
downloadrails-ca2eb16bf9a5844607787c49be38bd36cfbfd568.tar.gz
rails-ca2eb16bf9a5844607787c49be38bd36cfbfd568.tar.bz2
rails-ca2eb16bf9a5844607787c49be38bd36cfbfd568.zip
Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4281 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 602ab4e7c6..24856fa143 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix syntax error in documentation. Closes #4679. [mislav@nippur.irb.hr]
+
* Add Oracle support for CLOB inserts. Closes #4748. [schoenm@earthlink.net sandra.metz@duke.edu]
* Various fixes for sqlserver_adapter (odbc statement finishing, ado schema dumper, drop index). Closes #4831. [kajism@yahoo.com]