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

This commit is contained in:
Parker Moore 2014-10-24 11:35:22 -07:00
parent 578f38748d
commit 4e8ebd999a
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* Performance optimizations (#2994)
* Use `Hash#each_key` instead of `Hash#keys.each` to speed up iteration
over hash keys. (#3017)
* Further minor performance enhancements. (#3022)
### Bug Fixes