From 60a811d405a519add55a65581c4a7ae5f9bb81b4 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 11 May 2015 19:26:25 -0700 Subject: [PATCH] Update history to reflect merge of #3696 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index e3b5411d..0b8e427c 100644 --- a/History.markdown +++ b/History.markdown @@ -69,6 +69,8 @@ * Set log level to debug when verbose flag is set (#3665) * Added a mention on the Gemfile to complete the instructions (#3671) * Perf: Cache `Document#to_liquid` and invalidate where necessary (#3693) + * Perf: `Jekyll::Cleaner#existing_files`: Call `keep_file_regex` and + `keep_dirs` only once, not once per iteration (#3696) ### Bug Fixes