diff options
author | Rick Olson <technoweenie@gmail.com> | 2008-01-02 19:24:44 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2008-01-02 19:24:44 +0000 |
commit | 14f6440ed60a3e6bfa263cc30f10547ca52db64f (patch) | |
tree | 4868bc46466ba96f733972bf10749ce55a225c51 /actionpack/CHANGELOG | |
parent | 001fe6a435ad87fc353616663aaaeb307affd733 (diff) | |
download | rails-14f6440ed60a3e6bfa263cc30f10547ca52db64f.tar.gz rails-14f6440ed60a3e6bfa263cc30f10547ca52db64f.tar.bz2 rails-14f6440ed60a3e6bfa263cc30f10547ca52db64f.zip |
Correct indentation in a couple spots. Closes #10671 [l.guidi, rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8527 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index bb310d3792..d4668b175a 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Correct indentation in tests. Closes #10671 [l.guidi] + * Fix that auto_link looks for ='s in url paths (Amazon urls have them). Closes #10640 [bgreenlee] * Ensure that test case setup is run even if overridden. #10382 [Josh Peek] |