summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-24 21:13:02 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2015-11-24 21:13:02 +0100
commit0f11eb4f12fb23190f10c05675bcd6ac9e443c49 (patch)
tree672b188ca5776257185d959b9e2d145122e93207 /docs
parent234fac4a4509b08e334fc6d753ce84da9bb1ebb3 (diff)
Make the release note about renderToDisk more consise
See #1611
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 98893e69e..4e372739c 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -11,7 +11,7 @@ weight: 10
---
## **0.15.0** ???
-* `hugo server` now builds ~30%+ faster by rendering to memory instead of disk. This replaces the need of the `public` folder for serving a site with the built-in server. Use the command `--renderToDisk` and define a path if you want to serve from disk instead.
+* `hugo server` now builds ~30%+ faster by rendering to memory instead of disk. To get the old behavior, start the server with `--renderToDisk=true`.
* `hugo server` will watch by default now.
* Have Jekyll site, but dreaming of porting it to Hugo? This release introduces a new `hugo import jekyll`command that makes this easier than ever. [1469](https://github.com/spf13/hugo/pull/1469)
* We now use a custom-built `LazyFileReader` for reading file contents, which means we don't read media files in `/content` into memory anymore -- and file reading is now performed in parallel on multicore PCs. [1181](https://github.com/spf13/hugo/issues/1181)