From 32b952803edd969f56eeae91112f5de21816ddf9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 3 Jan 2014 21:14:12 -0800 Subject: [PATCH] Update history to reflect merge of #1898 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index cb03558b..2188d6e0 100644 --- a/History.markdown +++ b/History.markdown @@ -23,6 +23,7 @@ * Bump dependency `mercenary` to `~> 0.2.0` (#1879) * Bump dependency `safe_yaml` to `~> 1.0` (#1886) * Allow sorting of content by custom properties (#1849) + * Add `--quiet` flag to silence output during build and serve (#1898) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)