From ab86851a1e2e8a9620a32645d5f133c30f525273 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 25 Sep 2017 09:56:20 +0200 Subject: [PATCH] releaser: Add final 0.28 release notes --- temp/{0.28-relnotes.md => 0.28-relnotes-ready.md} | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) rename temp/{0.28-relnotes.md => 0.28-relnotes-ready.md} (96%) diff --git a/temp/0.28-relnotes.md b/temp/0.28-relnotes-ready.md similarity index 96% rename from temp/0.28-relnotes.md rename to temp/0.28-relnotes-ready.md index 4a34e9c71..caef53cfc 100644 --- a/temp/0.28-relnotes.md +++ b/temp/0.28-relnotes-ready.md @@ -28,7 +28,7 @@ Hugo now has: ## Notes * Hugo now uses Chroma as new default syntax highlighter. This should in most cases work out-of-the box or with very little adjustments. But if you want to continue to use Pygments, set `pygmentsUseClassic=true` in your site config. -* We now add a set of "no cache" headers to the responses for `hugo server`, which makes the most sense in most development scenarios. Run with `hugo server --noHTTPCache=false` to get the old behaviour. +* We now add a set of "no cache" headers to the responses for `hugo server`, which makes the most sense in most development scenarios. Run with `hugo server --noHTTPCache=false` to get the old behaviour. ## Enhancements @@ -46,6 +46,3 @@ Hugo now has: * Add `noHTTPCache` flag to hugo server (default on) [0b34af21](https://github.com/gohugoio/hugo/commit/0b34af216154367af7f53ce93d44e6b3d58c3f34) [@bep](https://github.com/bep) [#3897](https://github.com/gohugoio/hugo/issues/3897) * Make `noHTTPCache` default on [80c7ea60](https://github.com/gohugoio/hugo/commit/80c7ea60a0e0f488563a6b7311f3d4c23457aac7) [@bep](https://github.com/bep) [#3897](https://github.com/gohugoio/hugo/issues/3897) - - -