From 7212e51347ce5dafcca16b86f6e3e212898d1728 Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Mon, 6 Jun 2016 08:37:59 -0400 Subject: [PATCH] Update release-notes.md bump 0.16 to the correct date and add meta generator note. --- docs/content/meta/release-notes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md index 99b2fe2cf..ecd4d016f 100644 --- a/docs/content/meta/release-notes.md +++ b/docs/content/meta/release-notes.md @@ -11,7 +11,7 @@ title: Release Notes weight: 10 --- -## **0.16.0** June 3nd 2016 +## **0.16.0** June 6th 2016 Hugo 0.16 is our best and biggest release ever. The Hugo community has outdone itself with continued performance improvements, @@ -34,7 +34,7 @@ including... {{< gh "@spf13/afero">}} which have experienced broad usage across the Go ecosystem. - {{< gh "@bep" >}} led the development of Hugo for the 3rd consecutive release +{{< gh "@bep" >}} led the development of Hugo for the 3rd consecutive release with nearly half of the contributions to 0.16 in addition to his considerable contributions as lead maintainer. {{< gh "@anthonyfok" >}}, {{< gh "@DigitalCraftsman" >}}, {{< gh "@MooreReason" >}} all made significant @@ -113,6 +113,8 @@ times decreased anywhere from 10% to 99%. {{}} * Make alias redirect output URLs relative when `RelativeURLs = true` {{}} +* Hugo injects meta generator tag on homepage if missing {{}} ### Fixes * Fix file change watcher for TextMate 2 and friends on OS X {{}}