aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-07-05 02:17:25 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-07-05 02:17:25 +0000
commitead99f3f2e7085688b7d31b2cf2af9aecc1a1982 (patch)
tree0b3d7076eb4e769d24d9b35594a79f0c64595e43 /actionpack/CHANGELOG
parent06411f4261cd0507be7b25883ed761ece9e8337f (diff)
downloadrails-ead99f3f2e7085688b7d31b2cf2af9aecc1a1982.tar.gz
rails-ead99f3f2e7085688b7d31b2cf2af9aecc1a1982.tar.bz2
rails-ead99f3f2e7085688b7d31b2cf2af9aecc1a1982.zip
Fixed that real files and symlinks should be treated the same when compiling templates (closes #5438) [zachary@panandscan.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4546 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 e00fc9e64a..c85acf800b 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that real files and symlinks should be treated the same when compiling templates #5438 [zachary@panandscan.com]
+
* Fixed that the flash should be reset when reset_session is called #5584 [shugo@ruby-lang.org]
* Added special case for "1 Byte" in NumberHelper#number_to_human_size #5593 [murpyh@rubychan.de]