diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 0388f09b66..8e77c59fb4 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -4,9 +4,9 @@ * Added that Array#to_param calls to_param on all it's elements #10473 [brandon] -* Ensure asset cache directories are automatically created. #10337 [Josh Peek, Chu Yeow] +* Ensure asset cache directories are automatically created. #10337 [Josh Peek, Cheah Chu Yeow] -* render :xml and :json preserve custom content types. #10388 [jmettraux, Chu Yeow] +* render :xml and :json preserve custom content types. #10388 [jmettraux, Cheah Chu Yeow] * Refactor Action View template handlers. #10437, #10455 [Josh Peek] |