aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-24 16:19:29 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-24 16:19:29 +0000
commit453bc7346deb7ed9ec41067913a727bdbcc5f5a7 (patch)
tree38948ea77c10d0de36a5a3254f83c1f7744ce3b4 /railties/CHANGELOG
parentb69d33752703b36c1b8b5ccf043fd80a5d323d82 (diff)
downloadrails-453bc7346deb7ed9ec41067913a727bdbcc5f5a7.tar.gz
rails-453bc7346deb7ed9ec41067913a727bdbcc5f5a7.tar.bz2
rails-453bc7346deb7ed9ec41067913a727bdbcc5f5a7.zip
Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@500 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 baa5494f41..6ff7af047a 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]
+
* Added Florian Gross' latest version of Breakpointer and friends that fixes a variaty of bugs #441 [Florian Gross]
* Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]