From ab8b2377cebdc41233100d0a9c528b5782f7b67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 24 Jun 2017 10:26:26 +0200 Subject: [PATCH] releaser: Add release notes to /docs for release of 0.24.1 [ci skip] --- content/release-notes/0.24.1-relnotes.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 content/release-notes/0.24.1-relnotes.md diff --git a/content/release-notes/0.24.1-relnotes.md b/content/release-notes/0.24.1-relnotes.md new file mode 100644 index 000000000..855c11a77 --- /dev/null +++ b/content/release-notes/0.24.1-relnotes.md @@ -0,0 +1,23 @@ + +--- +date: 2017-06-24 +title: 0.24.1 +--- + + + +This release fixes some important **archetype-related regressions** from the recent Hugo 0.24-relase. + +## Fixes + +* Fix archetype regression when no archetype file [4294dd8d](https://github.com/gohugoio/hugo/commit/4294dd8d9d22bd8107b7904d5389967da1f83f27) [@bep](https://github.com/bep) [#3626](https://github.com/gohugoio/hugo/issues/3626) +* Preserve shortcodes in archetype templates [b63e4ee1](https://github.com/gohugoio/hugo/commit/b63e4ee198c875b73a6a9af6bb809589785ed589) [@bep](https://github.com/bep) [#3623](https://github.com/gohugoio/hugo/issues/3623) +* Fix +-timezones in TOML [0744f81e](https://github.com/gohugoio/hugo/commit/0744f81ec00bb8888f59d6c8b5f57096e07e70b1) [@bep](https://github.com/bep) [#29](https://github.com/gohugoio/hugo/issues/29) + +## Enhancements + +* Create default archetype on new site [bfa336d9](https://github.com/gohugoio/hugo/commit/bfa336d96173377b9bbe2298dbd101f6a718c174) [@bep](https://github.com/bep) [#3626](https://github.com/gohugoio/hugo/issues/3626) + + + +