summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-06-04 00:14:32 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-06-04 00:14:32 +0200
commit60184823e54d93443b671cc358d10c6346c6c1ec (patch)
tree4dd545225516ec885c693e38eb62638690c9d40b
parentcf10d4ce799c0d23b5f223961b790e77b602d652 (diff)
docs. Add the guranteed exit -1 on eror to Hugo 0.16 rel notes
It is a minor thing, but BIG thing for many, including myself.
-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 96175729d..62d5a5d07 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -54,7 +54,7 @@ times decreased anywhere from 10% to 99%.
**Template Improvements:** Template improvements continue to be a mainstay of each Hugo release. Hugo 0.16 adds support for the new `block` keyword introduced in Go 1.6 -- think base templates with default sections -- as well as many new template functions.
-**Polish:** As Hugo matures releases will inevitably contain fewer huge new features. This release represents hundreds of small improvements across ever facet of Hugo which will make for a much better experience for all of our users. Worth mentioning here is the curious bug where live reloading didn't work in some editors on OS X, including the popular TextMate 2. This is now fixed.
+**Polish:** As Hugo matures releases will inevitably contain fewer huge new features. This release represents hundreds of small improvements across ever facet of Hugo which will make for a much better experience for all of our users. Worth mentioning here is the curious bug where live reloading didn't work in some editors on OS X, including the popular TextMate 2. This is now fixed. Oh, and now any error will exit with an error code, a big thing for automated deployments.
### New Features
* Support reading configuration variables from the OS environment {{<gh 2090 >}}