Update history to reflect merge of #3017 [ci skip]

This commit is contained in:
Parker Moore 2014-10-20 09:57:50 -07:00
parent c77d06446d
commit 996db6912d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
* Strip newlines in site template `<meta>` description. (#2982) * Strip newlines in site template `<meta>` description. (#2982)
* Add link to atom feed in `head` of site template files (#2996) * Add link to atom feed in `head` of site template files (#2996)
* Performance optimizations (#2994) * Performance optimizations (#2994)
* Use `Hash#each_key` instead of `Hash#keys.each` to speed up iteration
over hash keys. (#3017)
### Bug Fixes ### Bug Fixes