diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index cdd8625fb..7e0e7feb6 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -20,26 +20,26 @@ Hugo now has: * 77 (+10) themes ### New Features -* Add `readFile` template func {{}} * Support reading configuration variables from the OS environment {{}} * Add emoji support {{}} * Add `themesDir` option to configuration {{}} * Add support for Go 1.6 `block` keyword in templates {{}} * Partial static sync {{}} * Source file based relative linking (a la Github) {{}} -* Add `ByLastmod` sort function to pages. -* Templates functions: - * Add `countwords` and `countrunes` template funcs {{}} - * Add `default` template function {{}} - * Add `hasPrefix` template function {{}} - * Add `humanize` template function {{}} - * Add `jsonify` template function {{}} - * Add `md5` and `sha1` template functions {{}} - * Add `replaceRE` template function {{}} - * Add `shuffle` template function {{}} - * Add `slice` template function {{}} - * Add `findRE` template func {{}} - * Add `plainify` template func to strip away any HTML {{}} +* Add `ByLastmod` sort function to pages. {{}} +* New templates functions: + * `readFile` {{}} + * `countwords` and `countrunes` {{}} + * `default` {{}} + * `hasPrefix` {{}} + * `humanize` {{}} + * `jsonify` {{}} + * `md5` and `sha1` {{}} + * `replaceRE` {{}} + * `findRE` {{}} + * `shuffle` {{}} + * `slice` {{}} + * `plainify` {{}} ### Enhancements @@ -65,6 +65,7 @@ Hugo now has: * Add `Scratch` to shortcode {{}} * Add support for symbolic links for content, layout, static, theme {{}} * Add '+' as one of the valid characters in URLs specified in the front matter {{}} +* Make alias redirect output URLs relative when `RelativeURLs = true` {{}} ### Fixes * Fix file change watcher for TextMate 2 and friends on OS X {{}}