From 6deed4c66bc24fce350e1b0717e1055c6146437b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 7 Dec 2014 15:38:45 -0800 Subject: [PATCH] Update history to reflect merge of #3180 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 225e6000..6210a20a 100644 --- a/History.markdown +++ b/History.markdown @@ -13,6 +13,8 @@ ### Development Fixes + * Exclude built-in bundles from being added to coverage report (#3180) + ### Site Enhancements * Document the `-q` option for the `build` and `serve` commands (#3149)