aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-05-06 04:41:45 +0000
committerMarcel Molina <marcel@vernix.org>2007-05-06 04:41:45 +0000
commit6bdcc0cfaf9e3988a27bafdaa871c930bd4a31cf (patch)
treec5c21783463e1ae6d5c3b30fc5db3cfadda54709 /activerecord/CHANGELOG
parentf07d0e29da946aaa3956019365557e8712eb6817 (diff)
downloadrails-6bdcc0cfaf9e3988a27bafdaa871c930bd4a31cf.tar.gz
rails-6bdcc0cfaf9e3988a27bafdaa871c930bd4a31cf.tar.bz2
rails-6bdcc0cfaf9e3988a27bafdaa871c930bd4a31cf.zip
Add documentation for :encoding option to mysql adapter. Closes #8219 [marclove]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6678 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 a9c1b03fa1..e774c83320 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add documentation for :encoding option to mysql adapter. [marclove]
+
* Added short-hand declaration style to migrations (inspiration from Sexy Migrations, http://errtheblog.com/post/2381) [DHH]. Example:
create_table "products" do |t|