aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-03-28 04:05:08 +0000
committerMarcel Molina <marcel@vernix.org>2006-03-28 04:05:08 +0000
commit4e3c101bcbed0ed9f3dec687023eadac3d9c51b8 (patch)
treedd9dceb7e4a063d943046542acd41101f3081ff5 /activerecord
parent2597bd6970c394445e7256c1fb9058538422665b (diff)
downloadrails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.gz
rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.tar.bz2
rails-4e3c101bcbed0ed9f3dec687023eadac3d9c51b8.zip
Add 1.0 marker to edge rails changelongs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4085 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index fd84c1052b..3986cb52bc 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -418,6 +418,10 @@
* Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke]
+*1.13.2* (December 13th, 2005)
+
+* Become part of Rails 1.0
+
* MySQL: allow encoding option for mysql.rb driver. [Jeremy Kemper]
* Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH]. Example: