aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-01 20:51:54 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-01 20:51:54 +0000
commitcc86875a14dda3dfb405d609ce031bea93f090b3 (patch)
tree80dfa0013ac92d48f00f32f457071f761734a1b6 /railties/CHANGELOG
parentc0d1f035fb57d8d04d39458ee7a74725212a6190 (diff)
downloadrails-cc86875a14dda3dfb405d609ce031bea93f090b3.tar.gz
rails-cc86875a14dda3dfb405d609ce031bea93f090b3.tar.bz2
rails-cc86875a14dda3dfb405d609ce031bea93f090b3.zip
Generated fixtures should not specify ids since theyre expected to be foxy fixtures (closes #10330) [jbarnette]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8247 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 921490ba6d..0095bbbf89 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Generated fixtures should not specify ids since theyre expected to be foxy fixtures #10330 [jbarnette]
+
+
*2.0.0 [RC2]* (November 28th, 2007)
* Update to Prototype -r8232. [sam]