From 5f9820dc63c5adb480ddaf0d6a8d324c6813067e Mon Sep 17 00:00:00 2001 From: Thomas Reynolds Date: Fri, 24 Apr 2015 10:37:03 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37ad1063..a2b0b76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ master 3.3.11 === +* Add `srcset` option to `image_tag`. Also enables them in Markdown. * Add jruby to the list of envs requiring tzinfo-data. * Don't lookup resource for path if the path is absolute. Fixes #1195 * Make preview host and port configurable in config.rb and also expose those variables to extensions which are curious. Closes #1477 * Append assets hash to .woff2 files +* Rack support has been broken since v3.3.9, fix that. #1501 3.3.10 ===