From c231c9bd57cad3d7bef653fcc70be0cc02106870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 19 Jan 2018 06:44:29 +0100 Subject: [PATCH] Add a new note to 0.33 relnotes --- content/news/0.33-relnotes-ready.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/news/0.33-relnotes-ready.md b/content/news/0.33-relnotes-ready.md index 7b70fd6a9..449da614f 100644 --- a/content/news/0.33-relnotes-ready.md +++ b/content/news/0.33-relnotes-ready.md @@ -42,6 +42,7 @@ Hugo now has: ## Notes * We have re-implemented and unified the template layout lookup logic. This has made it more powerful and much simpler to understand. We don't expect any sites to break because of this. We have tested lots of Hugo sites, including the 200 [themes](http://themes.gohugo.io/). * The `indexes` type is removed from template lookup. It's not in the documentation, and is a legacy term inherited from very old Hugo versions. +* If you have sub-dirs in your shiny new bundles (e.g. `my-bundle/images`) and use the `*Prefix*` methods to find them, we have made an unintended change that affects you. See [this issue](https://github.com/gohugoio/hugo/issues/4295). ## Enhancements