From 33be5b0361ec8cdd2dc7cd954537a9fef772ac1a Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 22 Nov 2013 22:30:27 -0600 Subject: [PATCH] Update history to reflect merge of #1746 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 1ae5bb55..14981b4c 100644 --- a/History.markdown +++ b/History.markdown @@ -8,6 +8,8 @@ ### Bug Fixes * Fix the include tag when ran in a loop (#1726) * Fix errors when using `--watch` on 1.8.7 (#1730) + * Specify where the include is called from if an included file is + missing (#1746) ### Development Fixes * Extract `Site#filter_entries` into its own object (#1697)