aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-21 13:27:45 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-21 13:27:45 +0000
commit2d4fe31af6c203482a48c147743b3a53ae0b99c3 (patch)
tree5223aa86984f95dc1700f518dde0df676bac92a0 /activerecord/CHANGELOG
parentd616b8602565671e30effe32582951567b04bffb (diff)
downloadrails-2d4fe31af6c203482a48c147743b3a53ae0b99c3.tar.gz
rails-2d4fe31af6c203482a48c147743b3a53ae0b99c3.tar.bz2
rails-2d4fe31af6c203482a48c147743b3a53ae0b99c3.zip
Fixed migrations for Windows when using more than 10 [David Naseby]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2285 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 5b8657fa89..15f6816f75 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed migrations for Windows when using more than 10 [David Naseby]
+
* Fixed that the create_x method from belongs_to wouldn't save the association properly #2042 [Florian Weber]
* Fixed saving a record with two unsaved belongs_to associations pointing to the same object #2023 [Tobias Luetke]