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 6a38dd5b65..416bb81d2a 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added X-Benchmark to all responses with the same benchmark data as goes into the log [DHH] + * Add Mime::Type convenience methods to check the current mime type. [Rick] request.format.html? # => true if Mime::HTML |