From afaa927ea75d700da1a93fc775592bbfe615adbc Mon Sep 17 00:00:00 2001 From: Steve Francia Date: Fri, 20 Nov 2015 10:13:03 -0500 Subject: [PATCH] Hugo server watch by default --- content/meta/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/meta/release-notes.md b/content/meta/release-notes.md index e81a60d3c..f440f7bf8 100644 --- a/content/meta/release-notes.md +++ b/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)