aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-06-02 21:55:42 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-06-02 21:55:42 -0500
commit442d2f1032df6744c11f21b5ec6281c77e39c242 (patch)
tree68cab5238c5247827d3f230ea9f6f5d8d85208f8 /railties/CHANGELOG
parent92050f6c6f586b2a73aeb61da4f41b9822bbcf6d (diff)
downloadrails-442d2f1032df6744c11f21b5ec6281c77e39c242.tar.gz
rails-442d2f1032df6744c11f21b5ec6281c77e39c242.tar.bz2
rails-442d2f1032df6744c11f21b5ec6281c77e39c242.zip
Fixed that RailsInfoController wasnt considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
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 fe517755ef..4d1c86e643 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,3 +1,8 @@
+*Edge*
+
+* Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
+
+
*2.1.0 (May 31st, 2008)*
* script/dbconsole fires up the command-line database client. #102 [Steve Purcell]