aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2012-12-18 16:32:11 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2012-12-18 16:32:11 +0100
commit15c40b2ef51120974edc626106de69faa53dfc3f (patch)
tree118bb7954e5d95d97c5494d04121c5191ab3b5b2 /railties/CHANGELOG.md
parent09aeee7247682178868241d446051696570e6e12 (diff)
downloadrails-15c40b2ef51120974edc626106de69faa53dfc3f.tar.gz
rails-15c40b2ef51120974edc626106de69faa53dfc3f.tar.bz2
rails-15c40b2ef51120974edc626106de69faa53dfc3f.zip
Fix changelog
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index a32f33140b..2aeab9bdf0 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,14 +1,12 @@
## Rails 4.0.0 (unreleased) ##
-<<<<<<< HEAD
* Add app/models/concerns and app/controllers/concerns to the default directory structure and load path *DHH*
See http://37signals.com/svn/posts/3372-put-chubby-models-on-a-diet-with-concerns for usage instructions.
-=======
+
* The `rails/info/routes` now correctly formats routing output as an html table.
*Richard Schneeman*
->>>>>>> f6d0eda918756bf56e2c05afcaaabda723487017
* The `public/index.html` is no longer generated for new projects.
Page is replaced by internal `welcome_controller` inside of railties.