From 7093d3aa82a40fd4cbc77803ca4947d0c6a3868b Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 26 Dec 2013 02:02:42 -0500 Subject: [PATCH] Update history to reflect merge of #1877 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index dda9d15c..2326e67f 100644 --- a/History.markdown +++ b/History.markdown @@ -26,6 +26,8 @@ from the site template (#1805) * Add `#path` to required methods in `Jekyll::Convertible` (#1866) * Default Maruku fenced code blocks to ON for 2.0.0-dev (#1831) + * Change short opts for host and port for `jekyll docs` to be consistent with + other subcommands (#1877) ### Development Fixes * Add a link to the site in the README.md file (#1795)