aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-05-06 04:24:27 +0000
committerMarcel Molina <marcel@vernix.org>2007-05-06 04:24:27 +0000
commit93c29e58f39563feb71c30e4d62b36a672a46831 (patch)
tree84891955e34aadba4c76ccde9a9a3636b0c5ac8e /actionpack/CHANGELOG
parentdac6aae7f87313e20e8a50b8b405c3799c4e8ffe (diff)
downloadrails-93c29e58f39563feb71c30e4d62b36a672a46831.tar.gz
rails-93c29e58f39563feb71c30e4d62b36a672a46831.tar.bz2
rails-93c29e58f39563feb71c30e4d62b36a672a46831.zip
Fix documentation typo in routes. Closes #8250. [norbert]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6672 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 2d939a5e09..e46c6c1aba 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix documentation typo in routes. [norbert]
+
* Sweep flash when filter chain is halted. [Caio Chassot <lists@v2studio.com>]
* Fixed that content_tag with a block will just return the result instead of concate it if not used in a ERb view #7857, #7432 [michael.niessner]