From 996db6912df946df464ebd2d21b37c15aa9c670c Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 20 Oct 2014 09:57:50 -0700 Subject: [PATCH] Update history to reflect merge of #3017 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index c2ed92d7..e9c21629 100644 --- a/History.markdown +++ b/History.markdown @@ -10,6 +10,8 @@ * Strip newlines in site template `` description. (#2982) * Add link to atom feed in `head` of site template files (#2996) * Performance optimizations (#2994) + * Use `Hash#each_key` instead of `Hash#keys.each` to speed up iteration + over hash keys. (#3017) ### Bug Fixes