From e543fedf3f8ebed5cfb482422ac77f06c3256bfb Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 5 Nov 2014 20:49:27 -0800 Subject: [PATCH] Update history to reflect merge of #3065 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 0a8759a5..72a5dff3 100644 --- a/History.markdown +++ b/History.markdown @@ -17,6 +17,7 @@ * Use `Hash#each_key` instead of `Hash#keys.each` to speed up iteration over hash keys. (#3017) * Further minor performance enhancements. (#3022) + * Add 'b' and 's' aliases for build and serve, respectively (#3065) ### Bug Fixes