summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-13 11:38:55 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-04-13 14:05:33 +0200
commit0ed3beec80f01570f916f24814521d48f416353f (patch)
tree908ed42dfa30840bb4fec3d8f259fc7682532de7 /docs
parent077005e514b1ed50d84ceb90c7c72f184cb04521 (diff)
docs: Add 0.20.1 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 956ce38c1..b86e3718d 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -9,6 +9,16 @@ menu:
title: Release Notes
weight: 10
---
+# **0.20.1** April 13th 2017
+Hugo `0.20.1` is a bug fix release, fixing some important regressions introduced in `0.20` a couple of days ago:
+
+* Fix logic for base template in work dir vs in the theme {{< gh 3323 >}}
+* camelCased templates (partials, shortcodes etc.) not found {{< gh 3333 >}}
+* Live-reload fails with `_index.md` with paginator {{< gh 3315 >}}
+* `rssURI` WARNING always shown {{< gh 3319 >}}
+
+See the [full list](https://github.com/spf13/hugo/milestone/16?closed=1).
+
# **0.20** April 10th 2017
Hugo `0.20` introduces the powerful and long sought after feature [Custom Output Formats]({{< ref "extras/output-formats.md" >}}); Hugo isn't just that "static HTML with an added RSS feed" anymore. *Say hello* to calendars, e-book formats, Google AMP, and JSON search indexes, to name a few ({{< gh 2828 >}}).