From dc554c2cd58547fb6f5ed745fc7c6dcd5f78cfbb Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Thu, 6 Oct 2016 10:36:50 -0700 Subject: [PATCH] Update history to reflect merge of #5456 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 6ccc6d57..4fac6ddb 100644 --- a/History.markdown +++ b/History.markdown @@ -35,6 +35,7 @@ * Fix issue where Windows drive name is stripped from Jekyll.sanitized_path incorrectly (#5256) * Fix bug where `post_url` tag matched incorrect post with subdirectory (#4873) * Fix loading data from subdir with a period in name (#5433) + * Revert Commands::Serve#server_address signature change. (#5456) ### Site Enhancements