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) - - -