From 9be2353fac89729b839df3d0538b607f3fc1aa87 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 6 Dec 2011 11:28:05 -0200 Subject: [PATCH] Sync AP CHANGELOG with 3-1-stable --- actionpack/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md index ebb8277220..6d62d5eeec 100644 --- a/actionpack/CHANGELOG.md +++ b/actionpack/CHANGELOG.md @@ -96,6 +96,14 @@ persistent between requests so if you need to manipulate the environment for your test you need to do it before the cookie jar is created. +## Rails 3.1.4 (unreleased) ## + +* Allow to use asset_path on named_routes aliasing RailsHelper's + asset_path to path_to_asset *Adrian Pike* + +* Assets should use the request protocol by default or default to + relative if no request is available *Jonathan del Strother* + ## Rails 3.1.3 (unreleased) ## * Fix using `tranlate` helper with a html translation which uses the `:count` option for