diff --git a/CHANGELOG.md b/CHANGELOG.md index f39c5c91..41d3dd0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ Master * `layout`, `ignore`, and `directory_index` can be set from front matter. * JavaScript and CSS are minified no matter where they are in the site, including in inline code blocks. * Files with just a template extension get output with the correct exension (foo.erb => foo.html) +* `link_to` is smart about source paths, and can produce relative URLs with the `:relative` option or the sitewide `:relative_links` setting. * Include vendored assets in sprockets path. * Finally support Compass in Sprockets! Thanks to @xdite and @petebrowne * Moved Sprockets into an extension