From f6db08302bd1ee2974017054506161bccc1135ab Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Tue, 9 Jul 2013 23:12:13 +0200 Subject: [PATCH] Update history to reflect merge of #1046 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 6468159a..3592306d 100644 --- a/History.markdown +++ b/History.markdown @@ -1,6 +1,8 @@ ## HEAD ### Major Enhancements + * Add 'docs' subcommand to read Jekyll's docs when offline. (#1046) + ### Minor Enhancements * Search the hierarchy of pagination path up to site root to determine template page for pagination. (#1198)