summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSteve Francia <steve.francia@gmail.com>2015-11-20 10:13:03 -0500
committerSteve Francia <steve.francia@gmail.com>2015-11-20 10:14:24 -0500
commit97d068958048daf65d84b2a8357f6f6fa3b207d1 (patch)
tree9591c39a62254a1ba11bbe1ef4b3546f10c36972 /docs
parent35abd179e2e9d2dc25706e1922f4084bbad92533 (diff)
Hugo server watch by default
Diffstat (limited to 'docs')
-rw-r--r--docs/content/meta/release-notes.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index e81a60d3c..f440f7bf8 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -12,6 +12,7 @@ weight: 10
## **0.15.0** ???
* `hugo server` now builds ~30%+ faster by rendering to memory instead of disk
+* `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)
* Hugo is now built with `Go 1.5` which, among many other improvements, have fixed the last known data race in Hugo. [917] (https://github.com/spf13/hugo/issues/917)