aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-12-01 20:53:15 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-12-01 20:53:15 +0000
commite47392b81faf9e96070379a18d525e25bd60678b (patch)
treea7e2090ac2a95962537e65de3cb09eaae35ac964 /railties/CHANGELOG
parentcc86875a14dda3dfb405d609ce031bea93f090b3 (diff)
downloadrails-e47392b81faf9e96070379a18d525e25bd60678b.tar.gz
rails-e47392b81faf9e96070379a18d525e25bd60678b.tar.bz2
rails-e47392b81faf9e96070379a18d525e25bd60678b.zip
Added db:fixtures:identity as a way of locating what ID a foxy fixture was assigned (closes #10332) [jbarnette]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8248 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 0095bbbf89..cf0425a22e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added db:fixtures:identity as a way of locating what ID a foxy fixture was assigned #10332 [jbarnette]
+
* Generated fixtures should not specify ids since theyre expected to be foxy fixtures #10330 [jbarnette]