From abcab4b91f35d000f820cc8d6efbb6184c899169 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 24 Sep 2015 16:07:03 -0700 Subject: [PATCH] Update history to reflect merge of #3992 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index a86b4399..7a73bcd0 100644 --- a/History.markdown +++ b/History.markdown @@ -135,6 +135,7 @@ * filters: `where` should compare stringified versions of input & comparator (#3935) * Read build options for `jekyll clean` command (#3828) * Fix #3970: Use Gem::Version to compare versions, not >. + * Abort if no subcommand. Fixes confusing message. (#3992) ### Development Fixes