Merge branch 'temp422'

This commit is contained in:
Bjørn Erik Pedersen 2018-06-28 14:45:58 +02:00
commit 9b74d286a3
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 20 additions and 1 deletions

View File

@ -70,7 +70,7 @@ twitter = "GoHugoIO"
[params]
description = "The worlds fastest framework for building websites"
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
release = "0.42.1"
release = "0.42.2"
## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false
## Gh repo for site footer (include trailing slash)

View File

@ -0,0 +1,19 @@
---
date: 2018-06-28
title: "0.42.2"
description: "0.42.2"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
This release fixe broken server-reload on config changes. This is a regression from Hugo `0.42`. [3a7706b0](https://github.com/gohugoio/hugo/commit/3a7706b069107e5fa6112b3f7ce006f16867cb38) [@bep](https://github.com/bep) [#4878](https://github.com/gohugoio/hugo/issues/4878)