diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 63480bd8e..e6eff254f 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -20,6 +20,7 @@ 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 {{}} @@ -36,6 +37,8 @@ Hugo now has: * 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 {{}} ### Enhancements @@ -52,6 +55,15 @@ Hugo now has: * Add file option to gist shortcode {{}} * Add config layout and content directory CLI options {{}} * Add boolean value comparison to `where` template function {{}} +* Do not write to to cache when `ignoreCache` is set {{}} +* Add option to disable rendering of 404 page {{}} +* Mercurial is no longer needed to build Hugo {{}} +* Do not create `robots.txt by default {{}} +* Disable syntax guessing for PygmentsCodeFences by default. To enable syntax guessing again, add the following to your config file: `PygmentsCodeFencesGuessSyntax = true` {{}} +* Make `ByCount` sort consistently {{}} +* 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 {{}} ### Fixes * `plainIDAnchors` now defaults to `true` {{}} @@ -70,6 +82,7 @@ Hugo now has: * Fix shortcode handling in RST {{}} * Use default sitemap configuration for homepage {{}} * Exit if specific port is unavailable in server mode {{}} +* Fix regression in "section menus for lazy blogger" {{}} ## **0.15.0** November 25, 2015