diff options
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 7ee50b326f..dcf160414f 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make cacheing binary files friendly with Windows. #1975. [Rich Olson] + * Convert boolean form options form the tag_helper. #809. [Michael Schuerig <michael@schuerig.de>] * Fixed that an instance variable with the same name as a partial should be implicitly passed as the partial :object #2269 [court3nay] |